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