Learn R Programming

fdaPDE (version 0.1-6)

R_eval.FEM: Evaluate a FEM object at a set of locations

Description

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.

Usage

R_eval.FEM(FEM, locations)

Arguments

FEM

A FEM object to be evaluated

locations

A 2-columns matrix with the spatial locations where the FEM object should be evaluated

Value

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.

See Also

R_eval.FEM.basis