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