PETSc version 3.16.4
Fix/Edit manual page

DMPlexTransformGetType

Gets the type name (as a string) from the transform.

Synopsis

#include "petscdmplextransform.h" 
PetscErrorCode DMPlexTransformGetType(DMPlexTransform tr, DMPlexTransformType *type)
Not Collective

Input Parameter

tr - The DMPlexTransform

Output Parameter

type - The DMPlexTransform type name

See Also

DMPlexTransformSetType(), DMPlexTransformCreate()

Level

intermediate

Location

src/dm/impls/plex/transform/interface/plextransform.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages