|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <basis.hpp>#include <Eigen/Sparse>#include <Eigen/Dense>#include <parallel_for.hpp>#include <hybridcore.hpp>#include <elementquad.hpp>#include <TestCase/TestCase.hpp>#include <BoundaryConditions/BoundaryConditions.hpp>#include <boost/timer/timer.hpp>#include "vtu_writer.hpp"

Go to the source code of this file.
Classes | |
| class | HHO2D |
Typedefs | |
| typedef std::function< Eigen::MatrixXd(Cell *, ElementQuad &)> | MatrixFType |
| type for the global operator as a function of a Cell and an ElementQuad | |
| typedef std::function< Eigen::VectorXd(Cell *, ElementQuad &)> | VectorFType |
| type for the load vector as a function of a Cell and an ElementQuad | |