Searched refs:drawtype (Results 1 – 4 of 4) sorted by relevance
59 if (vdraw->drawtype) PetscCall(PetscDrawSetType(vdraw->draw[windownumber], vdraw->drawtype)); in PetscViewerDrawGetDraw()152 PetscErrorCode PetscViewerDrawSetDrawType(PetscViewer v, PetscDrawType drawtype) in PetscViewerDrawSetDrawType() argument163 PetscCall(PetscFree(vdraw->drawtype)); in PetscViewerDrawSetDrawType()164 PetscCall(PetscStrallocpy(drawtype, (char **)&vdraw->drawtype)); in PetscViewerDrawSetDrawType()168 PetscErrorCode PetscViewerDrawGetDrawType(PetscViewer v, PetscDrawType *drawtype) in PetscViewerDrawGetDrawType() argument179 *drawtype = vdraw->drawtype; in PetscViewerDrawGetDrawType()
74 -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 …]
21 PetscDrawType drawtype; member
20 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()