Home
last modified time | relevance | path

Searched refs:nextSuperDOF (Results 1 – 1 of 1) sorted by relevance

/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/sparseMatrix/
H A DsparseMatrix.cpp1017 int nextSuperDOF = fixedDOFs[i]; in BuildRenumberingVector() local
1018 nextSuperDOF -= oneIndexed; in BuildRenumberingVector()
1019 if ( (nextSuperDOF >= nSuper) || (nextSuperDOF < 0) ) in BuildRenumberingVector()
1021 printf("Error: invalid fixed super DOF %d specified.\n", nextSuperDOF); in BuildRenumberingVector()
1025 while (superDOF < nextSuperDOF) in BuildRenumberingVector()