Home
last modified time | relevance | path

Searched refs:isPS (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
235 PetscCall(PetscStrcasecmp(type, "PS", &isPS)); in PetscViewerMathematicaSetFromOptions()
238 else if (isPS) vmath->graphicsType = GRAPHICS_PS_STDOUT; in PetscViewerMathematicaSetFromOptions()