Lines Matching refs:qPoints
1119 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()
1230 PetscCall(PetscArraycpy(pointsRef + spdim * offset, p, spdim * qPoints)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1231 sizes[i] = qPoints; in DMPlexComputeAnchorMatrix_Tree_Direct()
1232 offset += qPoints; in DMPlexComputeAnchorMatrix_Tree_Direct()