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