Only executed when the function smooth.FEM.basis
is run with the option CPP_CODE
= FALSE
. It evaluates a FEM object at the specified set of locations.
R_eval.FEM(FEM, locations)
A FEM
object to be evaluated
A 2-columns matrix with the spatial locations where the FEM object should be evaluated
A matrix of numeric evaluations of the FEM
object. Each row indicates the location where the evaluation has been taken, the column indicates the
function evaluated.