DMPlexTransformSetType#
Sets the particular implementation for a transform.
Synopsis#
#include "petscdmplextransform.h" 
PetscErrorCode DMPlexTransformSetType(DMPlexTransform tr, DMPlexTransformType method)
Collective
Input Parameters#
- tr - The transform 
- method - The name of the transform type 
Options Database Key#
- -dm_plex_transform_type - - Sets the transform type; see- DMPlexTransformType
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexTransform, DMPlexTransformType, DMPlexTransformGetType(), DMPlexTransformCreate()
Level#
intermediate
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages