DMPlexGetSaveTransform#
Get the flag which determines whether the DMPlexTransform used to produce a refined DM is retained
Synopsis#
#include "petscdmplex.h"
#include "petscdmplextransform.h"
PetscErrorCode DMPlexGetSaveTransform(DM dm, PetscBool *save)
Not Collective
Input Parameter#
dm - The
DM
Output Parameter#
save - If
PETSC_TRUE, the transform will be kept on the refinedDM
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexSetSaveTransform(), DMPlexGetTransform(), DMPlexSetTransform()
Level#
developer
Location#
src/dm/impls/plex/plexrefine.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages