Searched refs:mapCtx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 133 void *mapCtx; in DMForestTemplate() local 156 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMForestTemplate() 157 PetscCall(DMForestSetBaseCoordinateMapping(*tedm, map, mapCtx)); in DMForestTemplate()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 200 void *mapCtx; member 218 …est->base, (PetscInt)which_tree, geom_pforest->coordDim, PetscABC, PetscXYZ, geom_pforest->mapCtx); in GeometryMapping_pforest() 780 void *mapCtx; in DMSetUp_pforest() local 782 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMSetUp_pforest() 790 geom_pforest->mapCtx = mapCtx; in DMSetUp_pforest() 3708 void *mapCtx; in DMPforestMapCoordinates() local 3714 PetscCall(DMForestGetBaseCoordinateMapping(dm, &map, &mapCtx)); in DMPforestMapCoordinates() 3782 PetscCall((map)(base, coarsePoint, p4estCoordDim, coordP4est, coordP4estMapped, mapCtx)); in DMPforestMapCoordinates()
|