PETSc version 3.17.0
Fix/Edit manual page

DMPlexTransformExtrudeGetNormal

Get the extrusion normal vector

Synopsis

#include "petscdmplextransform.h" 
PetscErrorCode DMPlexTransformExtrudeGetNormal(DMPlexTransform tr, PetscReal normal[])
Not collective

Input Parameter

tr - The DMPlexTransform

Output Parameter

normal - The extrusion direction

Note: The user passes in an array, which is filled by the library.

See Also

DMPlexTransformExtrudeSetNormal()

Level

intermediate

Location

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