#define TS_EULER "euler" #define TS_BEULER "beuler" #define TS_PSEUDO "pseudo" #define TS_CRANK_NICHOLSON "crank-nicholson" #define TS_SUNDIALS "sundials" #define TS_RUNGE_KUTTA "runge-kutta" #define TSType char* /*E TSProblemType - Determines the type of problem this TS object is to be used to solve .seealso: TSCreate() E*/ typedef enum {TS_LINEAR,TS_NONLINEAR} TSProblemType;
Level:beginner
Location:src/ts/../../include/petscts.h
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages