set_one_solver_setting | R Documentation |
Internal function to update one aspect of prms_solve
or solver
.
set_one_solver_setting(drift_dm_obj, name_prm_solve, value_prm_solve)
drift_dm_obj |
an object of type drift_dm |
name_prm_solve |
which aspect to address? ("sigma", "t_max", "dx", "dt", "solver") |
value_prm_solve |
either a single numeric or character string |
Ensures that the supplied values are reasonable and that nx
and nt
are
updated. The functions prms_solve<- and
solver<- pass their arguments forward to this function.
the updated un-evaluated (!) drift_dm_obj object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.