TSSetProblemType#

Sets the type of problem to be solved.

Synopsis#

#include "petscts.h"  
PetscErrorCode TSSetProblemType(TS ts, TSProblemType type)

Not collective

Input Parameters#

         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#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex36SE.c
src/ts/tutorials/ex44.c
src/tao/unconstrained/tutorials/spectraladjointassimilation.c
src/ts/tutorials/ex3.c
src/ts/tutorials/ex15.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex21.c
src/ts/tutorials/ex5.c
src/tao/unconstrained/tutorials/burgers_spectral.c
src/ts/tutorials/ex1.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages