Home
last modified time | relevance | path

Searched refs:isPSFile (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
236 PetscCall(PetscStrcasecmp(type, "PSFile", &isPSFile)); in PetscViewerMathematicaSetFromOptions()
239 else if (isPSFile) vmath->graphicsType = GRAPHICS_PS_FILE; in PetscViewerMathematicaSetFromOptions()