DMForestGetBaseCoordinateMapping#
Get the user-supplied coordinate mapping previously set with DMForestSetBaseCoordinateMapping().
Synopsis#
#include "petscdmforest.h"
#include "petscdm.h"
#include "petscdmlabel.h"
PetscErrorCode DMForestGetBaseCoordinateMapping(DM dm, PetscErrorCode (**func)(DM base, PetscInt coarsePoint, PetscInt dim, const PetscReal coordIn[], PetscReal coordOut[], PetscCtx ctx), PetscCtxRt ctx)
Not Collective
Input Parameter#
dm - the
DMFOREST
Output Parameters#
func - the callback, or
NULLctx - the application context that was registered with the callback, or
NULL
Calling sequence of func#
See Also#
Level#
intermediate
Location#
Index of all DMForest routines
Table of Contents for all manual pages
Index of all manual pages