TSTrajectoryMemorySetType#

sets the software that is used to generate the checkpointing schedule.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSTrajectoryMemorySetType(TSTrajectory tj, TSTrajectoryMemoryType tj_memory_type)

Logically Collective

Input Parameters#

  • tj - the TSTrajectory context

  • tj_memory_type - Revolve or CAMS

Options Database Key#

  • -ts_trajectory_memory_type <tj_memory_type> - petsc, revolve, cams

See Also#

TS: Scalable ODE and DAE Solvers, TSTrajectory, TSTrajectorySetMaxUnitsRAM(), TSTrajectoryMemoryType

Level#

intermediate

Location#

src/ts/trajectory/impls/memory/trajmemory.c

Implementations#

TSTrajectoryMemorySetType_Memory() in src/ts/trajectory/impls/memory/trajmemory.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages