xref: /petsc/include/petscdmplextransformtypes.h (revision bcd4bb4a4158aa96f212e9537e87b40407faf83e)
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