Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1119 PetscInt f, b, p, c, offset, qPoints; in EvaluateBasis() local
1124 qPoints = pointsPerFn[f]; in EvaluateBasis()
1128 for (p = 0; p < qPoints; p++) { in EvaluateBasis()
1133 offset += qPoints; in EvaluateBasis()
1211 PetscInt qPoints, thisNc; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1215 PetscCall(PetscQuadratureGetData(quad, NULL, &thisNc, &qPoints, NULL, NULL)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1217 nPoints += qPoints; in DMPlexComputeAnchorMatrix_Tree_Direct()
1223 PetscInt qPoints; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1228 PetscCall(PetscQuadratureGetData(quad, NULL, NULL, &qPoints, &p, &w)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1229 PetscCall(PetscArraycpy(weights + Nc * offset, w, Nc * qPoints)); in DMPlexComputeAnchorMatrix_Tree_Direct()
[all …]