Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c5486 PetscPointFn *mapFunc = NULL; in DMSetFromOptions_Plex() local
5500 mapFunc = coordMap_identity; in DMSetFromOptions_Plex()
5503 mapFunc = coordMap_shear; in DMSetFromOptions_Plex()
5512 mapFunc = coordMap_flare; in DMSetFromOptions_Plex()
5521 mapFunc = coordMap_annulus; in DMSetFromOptions_Plex()
5530 mapFunc = coordMap_shell; in DMSetFromOptions_Plex()
5539 mapFunc = coordMap_sinusoid; in DMSetFromOptions_Plex()
5549 mapFunc = coordMap_identity; in DMSetFromOptions_Plex()
5560 PetscCall(DMPlexRemapGeometry(dm, 0.0, mapFunc)); in DMSetFromOptions_Plex()