| fm_collect | R Documentation |
Collection function spaces. The interface and object storage model
is experimental and may change.
fm_collect(x, ...)
x |
list of function space objects, such as |
... |
Currently unused |
A fm_collect or fm_collect_list object.
Elements of fm_collect:
fm_list of function space objects
character; manifold type summary, obtained from the function spaces.
Other object creation and conversion:
fm_as_collect(),
fm_as_fm(),
fm_as_lattice_2d(),
fm_as_lattice_Nd(),
fm_as_mesh_1d(),
fm_as_mesh_2d(),
fm_as_mesh_3d(),
fm_as_segm(),
fm_as_sfc(),
fm_as_tensor(),
fm_lattice_2d(),
fm_lattice_Nd(),
fm_mesh_1d(),
fm_mesh_2d(),
fm_segm(),
fm_simplify(),
fm_tensor()
m <- fm_collect(list(
A = fmexample$mesh,
B = fmexample$mesh
))
m2 <- fm_as_collect(m)
m3 <- fm_as_collect_list(list(m, m))
c(fm_dof(m$fun_spaces[[1]]) + fm_dof(m$fun_spaces[[2]]), fm_dof(m))
fm_basis(m, loc = tibble::tibble(
loc = fmexample$loc_sf,
index = c(1, 1, 2, 2, 1, 2, 2, 1, 1, 2)
), full = TRUE)
fm_basis(m, loc = tibble::tibble(
loc = rbind(c(0, 0), c(0.1, 0.1)),
index = c("B", "A")
), full = TRUE)
fm_evaluator(m, loc = tibble::tibble(loc = cbind(0, 0), index = 2))
names(fm_fem(m))
fm_diameter(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.