1#ifndef THESIS_ASSEMBLE_PIECEWISE_CONST_ELEMENT_MATRIX_PROVIDER_H
2#define THESIS_ASSEMBLE_PIECEWISE_CONST_ELEMENT_MATRIX_PROVIDER_H
10#include <lf/mesh/utils/mesh_data_set.h>
50 bool modified =
false);
Interface class representing a topological entity in a cellular complex
Element matrix provider for the stokes system.
PiecewiseConstElementMatrixProvider(double sigma, const lf::mesh::utils::MeshDataSet< bool > &boundary, bool modified=false)
Constructor.
const lf::mesh::utils::MeshDataSet< bool > & boundary_
bool isActive(const lf::mesh::Entity &entity) const
All entities are regarded as active.
Eigen::MatrixXd Eval(const lf::mesh::Entity &entity) const
Compute the element matrix for some entity of a mesh.