TSAdaptSetMonitor#
Monitor the choices made by the adaptive controller
Synopsis#
#include "petscts.h" 
PetscErrorCode TSAdaptSetMonitor(TSAdapt adapt, PetscBool flg)
Collective
Input Parameters#
- adapt - adaptive controller context 
- flg - - PETSC_TRUEto active a monitor,- PETSC_FALSEto disable
Options Database Key#
- -ts_adapt_monitor - to turn on monitoring 
See Also#
TS: Scalable ODE and DAE Solvers, TSAdapt, TSGetAdapt(), 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