This function creates a list of options for the use with the render function.
assemblerr_options(
prm.use_mu_referencing = FALSE,
ode.use_special_advans = TRUE,
ode.use_general_linear_advans = TRUE,
ode.general_nonlinear_advan = "advan13",
ode.general_linear_advan = "advan5",
ode.preferred_trans_routines = c("trans2", "trans4"),
issues.missing_variables = c("fix-warn", "fix", "ignore", "fail")
)
Use mu-referencing?
Use analytic solution ADVANs?
Use ADVANs for linear ODEs?
ADVAN to be used for non-linear ODEs
ADVAN to be used for linear ODEs
Order of TRANS routines to be tried
How to handle missing variables
A list of options
The function helps to create properly formatted list that can serve as input to the options=
argument
of the render()
function.