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#

See Also#

TS: Scalable ODE and DAE Solvers, TS, TSCreate()

Level#

beginner

Location#

include/petscts.h

Examples#

src/ts/tutorials/ex4.c

Examples#

src/ts/tutorials/ex4.c


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