xref: /petsc/include/petscdmplextransformtypes.h (revision 6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b)
1 #pragma once
2 
3 /* MANSEC = DM */
4 /* SUBMANSEC = DMPlex */
5 
6 /*S
7   DMPlexTransform - An object encapsulating a `DMPLEX` transformation
8 
9   Level: intermediate
10 
11 .seealso: [](ch_dmbase), `DMPLEX`, `DMPlexTransformCreate()`, `DMPlexTransformType`
12 S*/
13 typedef struct _p_DMPlexTransform *DMPlexTransform;
14