Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddtprob.c626 DRAW enumerator
647 if (flg) *outputType = DRAW; in KSViewerCreate()
680 if (outputType == DRAW) { in PetscProbComputeKSStatistic_Internal()
715 case DRAW: in PetscProbComputeKSStatistic_Internal()
724 if (outputType == DRAW) { in PetscProbComputeKSStatistic_Internal()
/petsc/src/binding/petsc4py/demo/legacy/kspsolve/
H A Dtest_mat_ksp.py23 draw = PETSc.Viewer.DRAW()
H A Dtest_mat_cg.py44 draw = PETSc.Viewer.DRAW()
/petsc/src/ksp/ksp/tutorials/
H A Dex100.py41 viewer = PETSc.Viewer.DRAW(x.getComm())
/petsc/src/binding/petsc4py/demo/legacy/bratu2d/
H A Dbratu2d.py69 draw = PETSc.Viewer.DRAW()
/petsc/src/binding/petsc4py/demo/legacy/poisson2d/
H A Dpoisson2d.py98 draw = PETSc.Viewer.DRAW(x.comm)
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmat.py140 draw = PETSc.Viewer.DRAW(x.comm)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx9 DRAW = S_(PETSCVIEWERDRAW) variable in ViewerType
388 """Create a `Type.DRAW` viewer.
644 def DRAW(cls, comm: Comm | None = None) -> Viewer: member in Viewer
645 """Return the default `Type.DRAW` viewer associated with the communicator.
884 """Set window information for a `Type.DRAW` viewer.