TSTrajectoryDestroy#
Destroys a trajectory context
Synopsis#
#include "petscts.h"
PetscErrorCode TSTrajectoryDestroy(TSTrajectory *tj)
Collective
Input Parameter#
tj - the
TSTrajectory
context obtained fromTSTrajectoryCreate()
See Also#
TS: Scalable ODE and DAE Solvers, TSTrajectory
, TSTrajectoryCreate()
, TSTrajectorySetUp()
Level#
developer
Location#
Implementations#
TSTrajectoryDestroy_Basic in src/ts/trajectory/impls/basic/trajbasic.c
TSTrajectoryDestroy_Memory in src/ts/trajectory/impls/memory/trajmemory.c
TSTrajectoryDestroy_Singlefile in src/ts/trajectory/impls/singlefile/singlefile.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages