|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <mesh.hpp>

Go to the source code of this file.
Classes | |
| struct | HArDCore3D::IntegralWeight |
| Structure for weights (scalar, at the moment) in integral. More... | |
Namespaces | |
| namespace | HArDCore3D |
Typedefs | |
| typedef std::function< double(const Cell &, const Eigen::Vector3d &)> | HArDCore3D::IntegralWeightValueType |
| typedef std::function< size_t(const Cell &)> | HArDCore3D::IntegralWeightDegreeType |
Functions | |
| IntegralWeight | HArDCore3D::operator* (double const &r, IntegralWeight const &weight) |
| Operator to multiply an IntegralWeight by a number. | |
| IntegralWeight | HArDCore3D::operator+ (IntegralWeight const &weight1, IntegralWeight const &weight2) |
| Operator to add an IntegralWeight to another one. | |