DMPlexGetTransform#
Get the DMPlexTransform cached on the DM
Synopsis#
#include "petscdmplex.h"
#include "petscdmplextransform.h"
PetscErrorCode DMPlexGetTransform(DM dm, DMPlexTransform *tr)
Not Collective
Input Parameter#
dm - The
DM
Output Parameter#
tr - The
DMPlexTransform, orNULLif none has been saved
Note#
The transform is only available when DMPlexSetSaveTransform() has been called with PETSC_TRUE
before the refinement was performed.
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexSetTransform(), DMPlexSetSaveTransform(), DMPlexGetSaveTransform()
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