TSCreate
Creates a timestepper context.
Synopsis
#include "petscts.h"
int TSCreate(MPI_Comm comm,TSProblemType problemtype,TS *outts)
Collective on MPI_Comm
Input Parameter
| comm | - MPI communicator
|
| type | - One of TS_LINEAR,TS_NONLINEAR
where these types refer to problems of the forms
|
U_t = A U
U_t = A(t) U
U_t = F(t,U)
Output Parameter
outts -the new TS context
Keywords
TS, timestep, create, context
See Also
TSSetUp(), TSStep(), TSDestroy()
Level:beginner
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex1.c
src/ts/examples/tutorials/ex2.c
src/ts/examples/tutorials/ex3.c
src/ts/examples/tutorials/ex4.c
src/ts/examples/tutorials/ex5.c
src/ts/examples/tutorials/ex1f.F
src/ts/examples/tutorials/ex2f.F