DMPlexSetSaveTransform#
Set the flag which determines whether the DMPlexTransform used to produce a refined DM is retained
Synopsis#
#include "petscdmplex.h"
#include "petscdmplextransform.h"
PetscErrorCode DMPlexSetSaveTransform(DM dm, PetscBool save)
Logically Collective
Input Parameters#
dm - The
DMsave - If
PETSC_TRUE, keep the transform on the refinedDMso it can be retrieved withDMPlexGetTransform()
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexGetSaveTransform(), 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