Home
last modified time | relevance | path

Searched refs:PlexNormalAlgs (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmplextransformimpl.h65 PETSC_EXTERN const char *const PlexNormalAlgs[]; variable
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c3 const char *const PlexNormalAlgs[] = {"default", "input", "compute", "compute_bd"}; variable
29 …PetscCall(PetscViewerASCIIPrintf(viewer, " normal algorithm: %s\n", PlexNormalAlgs[ex->normalAlg]… in DMPlexTransformView_Extrude()