Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c223 typedef struct _n_PortableBoundary *PortableBoundary; typedef
227 static PetscErrorCode DMPlexCheckPointSFHeavy(DM, PortableBoundary);
229 static PetscErrorCode DMPlexGetExpandedBoundary_Private(DM, PortableBoundary *);
232 static PetscErrorCode PortableBoundaryDestroy(PortableBoundary *bnd) in PortableBoundaryDestroy()
689 PortableBoundary boundary = NULL; in CreateMesh()
1042 static PetscErrorCode DMPlexExpandedVerticesCoordinatesToFaces_Private(DM ipdm, PortableBoundary bn… in DMPlexExpandedVerticesCoordinatesToFaces_Private()
1092 static PetscErrorCode DMPlexGetExpandedBoundary_Private(DM dm, PortableBoundary *boundary) in DMPlexGetExpandedBoundary_Private()
1094 PortableBoundary bnd0, bnd; in DMPlexGetExpandedBoundary_Private()
1471 static PetscErrorCode DMPlexCheckPointSFHeavy(DM dm, PortableBoundary bnd) in DMPlexCheckPointSFHeavy()