Searched refs:DMForestGetBaseCoordinateMapping (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdmforest.h | 31 PETSC_EXTERN PetscErrorCode DMForestGetBaseCoordinateMapping(DM, PetscErrorCode (**)(DM, PetscInt, …
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 156 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMForestTemplate() 360 PetscErrorCode DMForestGetBaseCoordinateMapping(DM dm, PetscErrorCode (**func)(DM, PetscInt, PetscI… in DMForestGetBaseCoordinateMapping() function
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 782 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMSetUp_pforest() 3714 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMPforestMapCoordinates()
|