GTSCreate

Creates a grid TS associated with a particular discretization context.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSCreate(Grid grid, void *ctx, GTS *ts)
Collective on Grid

Input Parameter

grid -The discretization context
ctx -The optional user context

Output Parameter

ts -The integrator context

Note

The TS type is TS_NONLINEAR if any nonlinear operators have been activated on the grid.

Keywords

grid ts, create

See Also

TSCreate(), TSSetType()

Level:beginner
Location:
src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages