Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/draw/draw/
H A Dfdrawv.c59 if (vdraw->drawtype) PetscCall(PetscDrawSetType(vdraw->draw[windownumber], vdraw->drawtype)); in PetscViewerDrawGetDraw()
152 PetscErrorCode PetscViewerDrawSetDrawType(PetscViewer v, PetscDrawType drawtype) in PetscViewerDrawSetDrawType() argument
163 PetscCall(PetscFree(vdraw->drawtype)); in PetscViewerDrawSetDrawType()
164 PetscCall(PetscStrallocpy(drawtype, (char **)&vdraw->drawtype)); in PetscViewerDrawSetDrawType()
168 PetscErrorCode PetscViewerDrawGetDrawType(PetscViewer v, PetscDrawType *drawtype) in PetscViewerDrawGetDrawType() argument
179 *drawtype = vdraw->drawtype; in PetscViewerDrawGetDrawType()
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out74 -mat_view draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
86 -ksp_monitor draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
92 -ksp_monitor_short draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
98 -all_ksp_monitor draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
104 -ksp_monitor_range draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
110 …-ksp_monitor_true_residual draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateVie…
116 -ksp_monitor_max draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
122 -ksp_monitor_solution draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
128 …-ksp_monitor_singular_value draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateVi…
134 -ksp_monitor_error draw[:[drawtype][:filename|format]] Draws object (PetscOptionsCreateViewer)
[all …]
/petsc/src/sys/classes/viewer/impls/draw/
H A Dvdraw.h21 PetscDrawType drawtype; member
H A Ddrawv.c20 PetscCall(PetscFree(vdraw->drawtype)); in PetscViewerDestroy_Draw()
325 if (isascii) PetscCall(PetscViewerASCIIPrintf(v, "Draw viewer is of type %s\n", vdraw->drawtype)); in PetscViewerView_Draw()