Searched refs:DMPlexRemapGeometry (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 2944 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 D | plexgeometry.c | 4120 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 D | petscdmplex.h | 391 PETSC_EXTERN PetscErrorCode DMPlexRemapGeometry(DM, PetscReal, void (*)(PetscInt, PetscInt, PetscIn…
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 2024 PetscCall(DMPlexRemapGeometry(dm, 0.0, LandauSphereMapping)); in LandauSphereMesh()
|