TSProblemType#
Determines the type of problem this TS
object is to be used to solve
Synopsis#
#include <petscts.h>
typedef enum {
TS_LINEAR,
TS_NONLINEAR
} TSProblemType;
Values#
TS_LINEAR
- a linear ODE or DAE
TS_NONLINEAR
- a nonlinear ODE or DAE
See Also#
Level#
beginner
Location#
Examples#
Examples#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages