TSProblemType#
Determines the type of problem this TS
object is to be used to solve
Synopsis#
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#
src/tao/unconstrained/tutorials/burgers_spectral.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex1.c
src/ts/tutorials/ex10.c
src/ts/tutorials/ex12.c
src/ts/tutorials/ex14.c
src/ts/tutorials/ex15.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex1f.F90
src/ts/tutorials/ex2.c
src/ts/tutorials/ex21.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages