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