Searched refs:nBasis (Results 1 – 1 of 1) sorted by relevance
1117 static PetscErrorCode EvaluateBasis(PetscSpace space, PetscInt nBasis, PetscInt nFunctionals, Petsc… in EvaluateBasis() argument1125 for (b = 0; b < nBasis; b++) { in EvaluateBasis()1129 …for (c = 0; c < nComps; c++) val += work[((offset + p) * nBasis + b) * nComps + c] * weights[(offs… in EvaluateBasis()