:orphan:
# 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 <type> -*** Sets the transform type; see `DMPlexTransformType`





## See Also
 [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexTransform`, `DMPlexTransformType`, `DMPlexTransformGetType()`, `DMPlexTransformCreate()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/transform/interface/plextransform.c.html#DMPlexTransformSetType">src/dm/impls/plex/transform/interface/plextransform.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/transform/interface/plextransform.c)


[Index of all DMPlex routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
