HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <functional>
#include <utility>
#include <iostream>
#include <boost/timer/timer.hpp>
#include <Eigen/Sparse>
#include <Eigen/Dense>
#include <mesh.hpp>
#include <hybridcore.hpp>
#include <elementquad.hpp>
#include <parallel_for.hpp>
#include <BoundaryConditions/BoundaryConditions.hpp>
#include "TestCase/TestCase.hpp"
Go to the source code of this file.
Classes | |
class | HArDCore2D::HHO_Diffusion |
The HHO_Diffusion class provides tools to implement the HHO method for the diffusion problem. More... | |
Namespaces | |
namespace | HArDCore2D |