smooth.FEM.basis is run with the option CPP_CODE = FALSE. It evaluates the Finite Element basis functions and their derivatives up to order 2 at the specified set of locations.
This version of the function is implemented using only R code. It is called by R_smooth.FEM.basis.R_eval.FEM.basis(FEMbasis, locations, nderivs = matrix(0,1,2))FEMbasis object representing the Finite Element basis; See create.FEM.basis.R_eval.FEM