Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c244 PetscBool isTri, isVecTri, isVec, isSurface; in PetscViewerMathematicaSetFromOptions() local
249 PetscCall(PetscStrcasecmp(type, "Surface", &isSurface)); in PetscViewerMathematicaSetFromOptions()
253 else if (isSurface) vmath->plotType = MATHEMATICA_SURFACE_PLOT; in PetscViewerMathematicaSetFromOptions()