Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c574 PetscInt fNumPoints; in PetscDualSpaceGetAllPointsUnion() local
577 PetscCall(PetscQuadratureGetData(fAllPoints, NULL, NULL, &fNumPoints, NULL, NULL)); in PetscDualSpaceGetAllPointsUnion()
578 numPoints += fNumPoints; in PetscDualSpaceGetAllPointsUnion()
586 PetscInt qdim, fNumPoints, q; in PetscDualSpaceGetAllPointsUnion() local
590 PetscCall(PetscQuadratureGetData(fAllPoints, &qdim, NULL, &fNumPoints, &fPoints, NULL)); in PetscDualSpaceGetAllPointsUnion()
592 for (q = 0; q < fNumPoints * dim; ++q) points[numPoints * dim + q] = fPoints[q]; in PetscDualSpaceGetAllPointsUnion()
593 numPoints += fNumPoints; in PetscDualSpaceGetAllPointsUnion()