DMAdaptorMonitorSize#
Prints the mesh sizes at each iteration of an adaptation loop.
Synopsis#
#include "petscdmadaptor.h"
PetscErrorCode DMAdaptorMonitorSize(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf)
Collective
Input Parameters#
Options Database Key#
-adaptor_monitor_size - Activates
DMAdaptorMonitorSize()
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, DMAdaptor
, DMAdaptorMonitorSet()
, DMAdaptorMonitorError()
, DMAdaptorMonitorErrorDraw()
, DMAdaptorMonitorErrorDrawLG()
Level#
intermediate
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages