petsc-3.11.4 2019-09-28
TSTrajectoryDestroy
Destroys a trajectory context
Synopsis
#include "petscts.h"
PetscErrorCode TSTrajectoryDestroy(TSTrajectory *tj)
Collective on TSTrajectory
Input Parameter
tj -the TSTrajectory context obtained from TSTrajectoryCreate()
Keywords
TS, trajectory, timestep, destroy
See Also
TSTrajectoryCreate(), TSTrajectorySetUp()
Level
developer
Location
src/ts/trajectory/interface/traj.c
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