10#ifndef INCGd0f3b8f133da4af980ce21ffffdf719a
11#define INCGd0f3b8f133da4af980ce21ffffdf719a
14#include "lf/mesh/mesh_interface.h"
39 const Eigen::MatrixXd& local)
const {
40 return std::vector<R>(local.cols(),
value_);
Interface class representing a topological entity in a cellular complex
A MeshFunction which takes the same constant value on the whole mesh.
std::vector< R > operator()(const mesh::Entity &, const Eigen::MatrixXd &local) const
the key evaluation operator to be supplied by all MeshFunctions
MeshFunctionConstant(R value)
Create a new MeshFunctionConstant by passing the globally constant value.
Contains helper functions and classes that all operate on the interface classes defined in lf::mesh.