TSGetProblemType

Returns the problem type of a TS (timestepper) context.

Synopsis

#include "petscts.h"  
int TSGetProblemType(TS ts,TSProblemType *type)
Not Collective

Input Parameter

ts -The TS context obtained from TSCreate()

Output Parameter

type -The problem type, TS_LINEAR or TS_NONLINEAR

Contributed by: Matthew Knepley

Keywords

ts, get, type

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