LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Provides Mesh Function for Whitney two basis expansion coefficients. More...
Public Member Functions | |
MeshFunctionWhitneyTwo (const Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > &mu, const std::shared_ptr< const lf::mesh::Mesh > mesh) | |
basic constructor More... | |
Provides Mesh Function for Whitney two basis expansion coefficients.
SCALAR | type of the return vector |
Definition at line 18 of file mesh_function_whitney_two.h.
|
inline |
basic constructor
Mesh Function on the global mesh built using the basis expansion coefficiants passed in the argument and the cellwise constant basis functions.
mu | vector containing the basis function expansion coefficiants in global ordering |
mesh | containing the mesh on which to evaluate |
Definition at line 34 of file mesh_function_whitney_two.h.