fm_int_multi_sampler | R Documentation |
Combine integration over different domains
fm_int_multi_sampler(domain, samplers, ...)
domain |
A list of named domains |
samplers |
A named list of samplers |
... |
Passed on to each |
An object with integration points and weights
fm_int_multi_sampler(
domain = list(x = fm_mesh_1d(1:4), y = 11:12),
samplers = tibble::tibble(
x = rbind(c(1, 3), c(2, 4)),
y = c(12, 11)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.