Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex1.c82 PetscCall(DMPlexSetTransformType(*dm, DMPLEXREFINETOBOX)); in CreateMesh()
145 PetscCall(DMPlexSetTransformType(*dm, DMPLEXREFINETOBOX)); in CreateMesh()
/petsc/include/
H A Dpetscdmplextransform.h46 PETSC_EXTERN PetscErrorCode DMPlexSetTransformType(DM, DMPlexTransformType);
/petsc/src/dm/impls/plex/
H A Dplexrefine.c116 PetscErrorCode DMPlexSetTransformType(DM dm, DMPlexTransformType type) in DMPlexSetTransformType() function