| odeMethodToInt | R Documentation |
If NULL is given as the method, all choices are returned as a named
vector.
odeMethodToInt(
method = c("liblsoda", "lsoda", "dop853", "indLin", "f78", "rk4", "ck54", "ab", "abm",
"dop5", "bs", "ros4", "iem", "sem", "sb3a", "sb3am4", "vv", "mm", "em", "cvode",
"trapz", "ssp3", "f32", "rk43", "dop54", "vern65", "vern76", "dop87", "vern98",
"ros43", "ros6", "backwardEuler", "gauss6", "iiic6", "radauiia5", "geng5", "sdirk43",
"euler", "midpoint", "heun", "ssp22", "rk3", "ssp53", "s4", "r4", "ls44", "ls54",
"ssp54", "s5", "rk5", "c5", "l5", "lk5a", "lk5b", "b6", "s7", "s8_10", "cv8",
"s8_12", "s10",
"z10", "o10", "h10", "dp54", "v65e", "v76e", "dp87", "v98e",
"ssp33", "bs32", "ssp43", "f45", "t54", "s54", "pp54", "pp54b", "bs54", "ss54",
"dp65", "c65", "tp64", "v65r", "v65", "dverk65", "tf65", "tp75", "tmy7", "tmy7s",
"v76r", "ss76", "v78", "dverk78", "dp85", "tp86", "v87e", "v87r", "ev87", "k87",
"f89", "v89", "t98a", "v98r", "s98", "f108", "c108", "b109", "s1110a", "f1210",
"o129", "f1412", "lsode", "bdf", "rk4s", "eulers", "midpoints", "heuns", "dop5s",
"dop853s", "ck54s", "bs32s", "vern65s",
"vern76s", "dop87s", "f78s", "ros4s",
"radauiia5s", "backwardEulers", "gauss6s", "sdirk43s", "iiic6s", "ros43s", "ros6s",
"geng5s", "rk3s", "rk43s", "cvodesadj", "liblsodaadj", "abs", "dop54s", "dp54s",
"vern98s", "f45s", "t54s", "pp54s", "pp54bs", "bs54s", "ss54s", "dp65s", "c65s",
"tp64s", "v65rs", "dverk65s", "tf65s", "tp75s", "tmy7sadj", "tmy7adj", "v76rs",
"ss76s", "v78s", "dverk78s", "dp85s", "tp86s", "v87es", "v87rs", "ev87s", "k87s",
"v89s", "t98as", "v98rs", "s98s", "c108s", "b109s",
"s1110as", "o129s")
)
method |
The method for solving ODEs. Currently this supports:
Aliases for existing methods (no additional C++ code;
libode fixed-step explicit methods. All use
libode adaptive (variable-step) explicit methods. All use
deSolve-derived Fortran solvers (from the deSolve R package). Both
use non-reentrant Fortran COMMON blocks and therefore run single-threaded
only, regardless of the
|
An integer for the method (unless the input is NULL, in which case, see the details)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.