Searched refs:DMPlexGetFaceGeometry (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/ftn-custom/ |
| H A D | zplexfemf90.c | 113 *ierr = DMPlexGetFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v); in dmplexgetfacegeometry_()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 421 PETSC_EXTERN PetscErrorCode DMPlexGetFaceGeometry(DM, PetscInt, PetscInt, Vec, Vec, PetscInt *, Pet…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4281 PetscErrorCode DMPlexGetFaceGeometry(DM dm, PetscInt fStart, PetscInt fEnd, Vec faceGeometry, Vec c… in DMPlexGetFaceGeometry() function 5295 …PetscCall(DMPlexGetFaceGeometry(dm, fS, fE, faceGeometryFVM, cellGeometryFVM, &numFaces, &fgeom, &… in DMPlexComputeResidualByKey()
|