petsc-3.7.1 2016-05-15
Report Typos and Errors

TSTrajectoryCreate

This function creates an empty trajectory object used to store the time dependent solution of an ODE/DAE

Synopsis

#include "petscts.h"  
PetscErrorCode  TSTrajectoryCreate(MPI_Comm comm,TSTrajectory *tj)
Collective on MPI_Comm Many br

Input Parameter

comm -The communicator Many br

Output Parameter

tj -The trajectory object Many br

Many br

Notes: Usually one does not call this routine, it is called automatically when one calls TSSetSaveTrajectory(). One can call Many brTSGetTrajectory() to access the created trajectory. Many br

Keywords

TS, create

See Also

TSSetType(), TSSetUp(), TSDestroy(), TSSetProblemType(), TSGetTrajectory()

Level:advanced
Location:
src/ts/interfacetraj.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages