xref: /petsc/include/petscdmplextransformtypes.h (revision 9f6c5813ffeecb45a0639e420bc498206491e905)
1 #ifndef PETSCDMPLEXTRANSFORMTYPES_H
2 #define PETSCDMPLEXTRANSFORMTYPES_H
3 
4 /* SUBMANSEC = DMPlex */
5 
6 /*S
7   DMPlexTransform - An object encapsulating a mesh transformation
8 
9   Level: intermediate
10 
11 .seealso: `DMPlexTransformCreate()`, `DMPlexTransformType`
12 S*/
13 typedef struct _p_DMPlexTransform *DMPlexTransform;
14 
15 #endif
16