17#ifndef INTEGRALWEIGHT_HPP
18#define INTEGRALWEIGHT_HPP
36 const std::function<
double (
const Cell &
T,
const Eigen::Vector2d &
x)>
_value,
37 std::function<
size_t (
const Cell &
T)>
_deg
52 std::function<
double (
const Cell &
T,
const Eigen::Vector2d &
x)>
value;
Create grid points x
Definition generate_cartesian_mesh.m:22
std::function< double(const Cell &T, const Eigen::Vector2d &x)> value
Definition integralweight.hpp:52
IntegralWeight(double val)
Definition integralweight.hpp:46
std::function< size_t(const Cell &T)> deg
Definition integralweight.hpp:53
IntegralWeight(const std::function< double(const Cell &T, const Eigen::Vector2d &x)> _value, std::function< size_t(const Cell &T)> _deg)
Definition integralweight.hpp:35
depending on the Matrix Market format indicated by or array(dense array storage). The data will be duplicated % as appropriate if symmetry is indicated in the header. % % Optionally
if(strcmp(field, 'real')) % real valued entries T
Definition mmread.m:93
Definition PastixInterface.hpp:16
Definition mhd-solutions.hpp:9
Structure for weights (scalar, at the moment) in integral.
Definition integralweight.hpp:33