Searched refs:fAllPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 573 PetscQuadrature fAllPoints; in PetscDualSpaceGetAllPointsUnion() local 576 PetscCall(PetscDualSpaceGetAllData(sp[f], &fAllPoints, NULL)); in PetscDualSpaceGetAllPointsUnion() 577 PetscCall(PetscQuadratureGetData(fAllPoints, NULL, NULL, &fNumPoints, NULL, NULL)); in PetscDualSpaceGetAllPointsUnion() 585 PetscQuadrature fAllPoints; in PetscDualSpaceGetAllPointsUnion() local 589 PetscCall(PetscDualSpaceGetAllData(sp[f], &fAllPoints, NULL)); in PetscDualSpaceGetAllPointsUnion() 590 PetscCall(PetscQuadratureGetData(fAllPoints, &qdim, NULL, &fNumPoints, &fPoints, NULL)); in PetscDualSpaceGetAllPointsUnion()
|