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