fm_basis_helpers {fmesher} | R Documentation |
Internal helper functions for mesh field evaluation
Description
Methods called internally by fm_basis()
methods.
Usage
fm_basis_mesh_2d(
mesh,
loc = NULL,
weights = NULL,
derivatives = NULL,
crs = NULL,
...
)
fm_basis_mesh_1d(mesh, loc, weights = NULL, derivatives = NULL, ...)
Arguments
loc |
A location/value information object ( |
weights |
Optional weight vector, one weight for each location |
derivatives |
logical; If true, also return matrices |
... |
Passed on to submethods |
Value
A fm_basis
object; a list of evaluator information objects,
at least a matrix A
and logical vector ok
.
Examples
str(fm_basis_mesh_2d(fmexample$mesh, loc = fmexample$loc))
[Package fmesher version 0.5.0 Index]