PETSc version 3.16.1
Fix/Edit manual page

TSTrajectorySetMonitor

Monitor the schedules generated by the checkpointing controller

Synopsis

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

Input Parameters

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