Home
last modified time | relevance | path

Searched refs:isVec (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
248 PetscCall(PetscStrcasecmp(type, "Vector", &isVec)); in PetscViewerMathematicaSetFromOptions()
252 else if (isVec) vmath->plotType = MATHEMATICA_VECTOR_PLOT; in PetscViewerMathematicaSetFromOptions()