|
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
This is the complete list of members for lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF >, including all inherited members.
| dof_vector_ | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | private |
| fe_space_ | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | private |
| getFESpace() const | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | inline |
| getMesh() const | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | inline |
| MeshFunctionFE(std::shared_ptr< const ScalarFESpace< SCALAR_FE > > fe_space, Eigen::Matrix< SCALAR_COEFF, Eigen::Dynamic, 1 > coeff_vector) | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | inline |
| operator()(const lf::mesh::Entity &e, const Eigen::MatrixXd &local) const | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > | inline |
| Scalar typedef | lf::fe::MeshFunctionFE< SCALAR_FE, SCALAR_COEFF > |