TSSetProblemType#
Sets the type of problem to be solved.
Synopsis#
#include "petscts.h"
PetscErrorCode TSSetProblemType(TS ts, TSProblemType type)
Not collective
Input Parameters#
ts - The
TS
type - One of
TS_LINEAR
,TS_NONLINEAR
where these types refer to problems of the forms
U_t - A U = 0 (linear)
U_t - A(t) U = 0 (linear)
F(t,U,U_t) = 0 (nonlinear)
See Also#
TS: Scalable ODE and DAE Solvers, TSSetUp()
, TSProblemType
, TS
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex1f.F90
src/ts/tutorials/ex5.c
src/ts/tutorials/ex44.c
src/ts/tutorials/ex51.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex29.c
src/ts/tutorials/ex32.c
src/ts/tutorials/ex77.c
src/ts/tutorials/ex2.c
src/ts/tutorials/ex36.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages