Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c232 PetscBool isMotif, isPS, isPSFile; in PetscViewerMathematicaSetFromOptions() local
234 PetscCall(PetscStrcasecmp(type, "Motif", &isMotif)); in PetscViewerMathematicaSetFromOptions()
237 if (isMotif) vmath->graphicsType = GRAPHICS_MOTIF; in PetscViewerMathematicaSetFromOptions()