TSGetProblemType

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

Synopsis

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

Location: src/ts/interface/ts.c
Time Stepping
Table of Contents