Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c587 const PetscReal *fPoints; 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()