HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Classes | Typedefs
HHO2D.hpp File Reference
#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"
Include dependency graph for HHO2D.hpp:
This graph shows which files directly or indirectly include this file:

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