petsc-3.12.5 2020-03-29
Report Typos and Errors

TSTrajectorySetMonitor

Monitor the schedules generated by the checkpointing controller

Synopsis

#include "petscts.h"  
PetscErrorCode TSTrajectorySetMonitor(TSTrajectory tj,PetscBool flg)
Collective on TSTrajectory

Input Arguments

tj - the TSTrajectory context
flg - PETSC_TRUE to active a monitor, PETSC_FALSE to disable

Options Database Keys

-ts_trajectory_monitor -print TSTrajectory information

See Also

TSTrajectoryCreate(), TSTrajectoryDestroy(), TSTrajectorySetUp()

Level

developer

Location

src/ts/trajectory/interface/traj.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages