51 |
index_t* degreeOfFreedom; /* degreeOfFreedom[i] is the degree of freedom assigned to node i */ |
index_t* degreeOfFreedom; /* degreeOfFreedom[i] is the degree of freedom assigned to node i */ |
52 |
/* this index is used to consider periodic boundary conditions by assigning */ |
/* this index is used to consider periodic boundary conditions by assigning */ |
53 |
/* the same degreeOfFreedom to the same node */ |
/* the same degreeOfFreedom to the same node */ |
54 |
/* the following data are set by Finley_NodeFile_? */ |
/* the following data are set by Finley_NodeFile_preparNodes */ |
55 |
dim_t numDegreesOfFreedom; /* number of degrees of freedom in the mesh (<=numNodes)*/ |
dim_t numDegreesOfFreedom; /* number of degrees of freedom in the mesh (<=numNodes)*/ |
56 |
/* notice that numDegreesOfFreedom=max(degreeOfFreedom[:]) */ |
/* notice that numDegreesOfFreedom=max(degreeOfFreedom[:]) */ |
57 |
index_t* reducedDegreeOfFreedom; /* reducedDegreeOfFreedom[i] is the degree of freedom in the reduced version of the mesh */ |
index_t* reducedDegreeOfFreedom; /* reducedDegreeOfFreedom[i] is the degree of freedom in the reduced version of the mesh */ |