PETSc version 3.17.0
DMPlexTransformSetDimensions
Set the dimensions for the transformed DM
Synopsis
#include "petscdmplextransform.h"
PetscErrorCode DMPlexTransformSetDimensions(DMPlexTransform tr, DM dm, DM tdm)
Input Parameters
| tr | - The DMPlexTransform object
|
| dm | - The original DM
|
Output Parameter
See Also
DMPlexTransformApply(), DMPlexTransformCreate()
Level
advanced
Location
src/dm/impls/plex/transform/interface/plextransform.c
Implementations
DMPlexTransformSetDimensions_Extrude in src/dm/impls/plex/transform/impls/extrude/plextrextrude.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages