petsc-3.13.6 2020-09-29
Report Typos and Errors
TSAdaptSetMonitor
Monitor the choices made by the adaptive controller
Synopsis
#include "petscts.h"
PetscErrorCode
TSAdaptSetMonitor
(
TSAdapt
adapt,
PetscBool
flg)
Collective on
TSAdapt
Input Arguments
adapt
- adaptive controller context
flg
-
PETSC_TRUE
to active a monitor,
PETSC_FALSE
to disable
Options Database Keys
-ts_adapt_monitor
-to turn on monitoring
See Also
TSAdaptChoose
()
Level
intermediate
Location
src/ts/adapt/interface/tsadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages