DMAdaptorMonitorErrorDraw#
Plots the error at each iteration of an iterative solver.
Synopsis#
#include "petscdmadaptor.h"
PetscErrorCode DMAdaptorMonitorErrorDraw(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf)
Collective
Input Parameters#
Options Database Key#
-adaptor_monitor_error draw - Activates
DMAdaptorMonitorErrorDraw()
Note#
This is not called directly by users, rather one calls DMAdaptorMonitorSet()
, with this function as an argument, to cause the monitor
to be used during the adaptation loop.
See Also#
SNES: Nonlinear Solvers, PETSCVIEWERDRAW
, DMAdaptor
, DMAdaptorMonitorSet()
, DMAdaptorMonitorErrorDrawLG()
Level#
intermediate
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages