TSProblemType#
Determines the type of problem this TS
object is to be used to solve
Synopsis#
typedef enum {
TS_LINEAR,
TS_NONLINEAR
} TSProblemType;
See Also#
TSCreate()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex1.c.html
src/ts/tutorials/ex10.c.html
src/ts/tutorials/ex12.c.html
src/ts/tutorials/ex14.c.html
src/ts/tutorials/ex15.c.html
src/ts/tutorials/ex17.c.html
src/ts/tutorials/ex1f.F90.html
src/ts/tutorials/ex2.c.html
src/ts/tutorials/ex21.c.html
src/ts/tutorials/ex27.c.html
src/ts/tutorials/ex29.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages