powered by
Methods called internally by fm_basis() methods.
fm_basis()
fm_basis_mesh_2d( mesh, loc = NULL, weights = NULL, derivatives = NULL, crs = NULL, ... )fm_basis_mesh_1d(mesh, loc, weights = NULL, derivatives = NULL, ...)
fm_basis_mesh_1d(mesh, loc, weights = NULL, derivatives = NULL, ...)
A fm_basis object; a list of evaluator information objects, at least a matrix A and logical vector ok.
fm_basis
A
ok
A location/value information object (numeric, matrix, sf, fm_bary, etc, depending on the class of x)
numeric
matrix
sf
fm_bary
x
Optional weight vector, one weight for each location
logical; If true, also return matrices dA and d2A for fm_mesh_1d objects, and dx, dy, dz for fm_mesh_2d.
dA
d2A
fm_mesh_1d
dx
dy
dz
fm_mesh_2d
Passed on to submethods
str(fm_basis_mesh_2d(fmexample$mesh, loc = fmexample$loc))
Run the code above in your browser using DataLab