Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c113 *ierr = DMPlexGetFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v); in dmplexgetfacegeometry_()
/petsc/include/
H A Dpetscdmplex.h421 PETSC_EXTERN PetscErrorCode DMPlexGetFaceGeometry(DM, PetscInt, PetscInt, Vec, Vec, PetscInt *, Pet…
/petsc/src/dm/impls/plex/
H A Dplexfem.c4281 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()