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