xref: /petsc/include/petscdmplextransformtypes.h (revision 6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b)
1a4963045SJacob Faibussowitsch #pragma once
2012bc364SMatthew G. Knepley 
3*ce78bad3SBarry Smith /* MANSEC = DM */
4ac09b921SBarry Smith /* SUBMANSEC = DMPlex */
5ac09b921SBarry Smith 
6012bc364SMatthew G. Knepley /*S
7af27ebaaSBarry Smith   DMPlexTransform - An object encapsulating a `DMPLEX` transformation
8012bc364SMatthew G. Knepley 
9012bc364SMatthew G. Knepley   Level: intermediate
10012bc364SMatthew G. Knepley 
11af27ebaaSBarry Smith .seealso: [](ch_dmbase), `DMPLEX`, `DMPlexTransformCreate()`, `DMPlexTransformType`
12012bc364SMatthew G. Knepley S*/
13012bc364SMatthew G. Knepley typedef struct _p_DMPlexTransform *DMPlexTransform;
14