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
contexttj_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#
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