Searched refs:normalAlg (Results 1 – 2 of 2) sorted by relevance
29 …tscCall(PetscViewerASCIIPrintf(viewer, " normal algorithm: %s\n", PlexNormalAlgs[ex->normalAlg])); in DMPlexTransformView_Extrude()486 if (ex->normalAlg != NORMAL_INPUT) { in DMPlexTransformSetUp_Extrude()487 if (dim != ex->cdim) ex->normalAlg = NORMAL_COMPUTE; in DMPlexTransformSetUp_Extrude()488 else if (active) ex->normalAlg = NORMAL_COMPUTE_BD; in DMPlexTransformSetUp_Extrude()506 if (ex->normalAlg == NORMAL_COMPUTE_BD) { in DMPlexTransformSetUp_Extrude()809 switch (ex->normalAlg) { in DMPlexTransformMapCoordinates_Extrude()897 ex->normalAlg = NORMAL_DEFAULT; in DMPlexTransformCreate_Extrude()1201 if (ex->normalAlg == NORMAL_INPUT) { in DMPlexTransformExtrudeGetNormal()1229 ex->normalAlg = NORMAL_INPUT; in DMPlexTransformExtrudeSetNormal()
77 PlexNormalAlg normalAlg; /* Algorithm to use for computing normal */ member