Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c2944 PetscCall(DMPlexRemapGeometry(dm, 0.0, snapToCylinder)); in DMPlexCreateHexCylinderMesh_Internal()
4887 PetscCall(DMPlexRemapGeometry(dm, 0.0, boxToAnnulus)); in DMPlexCreateFromOptions_Internal()
5286 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5445 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5476 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5560 PetscCall(DMPlexRemapGeometry(dm, 0.0, mapFunc)); in DMSetFromOptions_Plex()
H A Dplexgeometry.c4120 PetscErrorCode DMPlexRemapGeometry(DM dm, PetscReal time, void (*func)(PetscInt dim, PetscInt Nf, P… in DMPlexRemapGeometry() function
4202 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordMap_shear)); in DMPlexShearGeometry()
/petsc/include/
H A Dpetscdmplex.h391 PETSC_EXTERN PetscErrorCode DMPlexRemapGeometry(DM, PetscReal, void (*)(PetscInt, PetscInt, PetscIn…
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2024 PetscCall(DMPlexRemapGeometry(dm, 0.0, LandauSphereMapping)); in LandauSphereMesh()