#define TSType char* #define TSEULER "euler" #define TSBEULER "beuler" #define TSPSEUDO "pseudo" #define TSCRANK_NICHOLSON "crank-nicholson" #define TSSUNDIALS "sundials" #define TSRUNGE_KUTTA "runge-kutta" #define TSPYTHON "python" #define TSTHETA "theta" #define TSGL "gl" #define TSSSP "ssp" /*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