TSSundialsLmmType#
Selects which linear multistep method is used by the TSSUNDIALS interface to SUNDIALS’ CVODE integrator
Synopsis#
#include <petscts.h>
typedef enum {
SUNDIALS_ADAMS = 1,
SUNDIALS_BDF = 2
} TSSundialsLmmType;
Values#
SUNDIALS_ADAMS- variable-order Adams methods (non-stiff problems)SUNDIALS_BDF- variable-order backward differentiation formulas (stiff problems)
See Also#
TS, TSSUNDIALS, TSSundialsSetType(), TSSundialsGramSchmidtType
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages