Description Usage Arguments Examples
A helper to create solver
object encapsulating calls to fake_simple.R
.
1 | fake_simple_solver(nparams, nqoi, wd = tempdir(), ...)
|
nparams |
numeric scalar, number of parameters. |
nqoi |
numeric scalar, number of quantities of interest. |
wd |
character, working directory. |
... |
additional parameters passed to |
1 2 | s <- fake_simple_solver(3, 4)
run(s, c(-1, 5.2, 0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.