HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Variables
vhhospace.hpp File Reference
#include <iostream>
#include <globaldofspace.hpp>
#include <basis.hpp>
#include <polynomialspacedimension.hpp>
Include dependency graph for vhhospace.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HArDCore2D::VHHOSpace
 Class definition: polynomial bases and operators. More...
 
struct  HArDCore2D::VHHOSpace::CellBases
 Structure to store element bases. More...
 
struct  HArDCore2D::VHHOSpace::EdgeBases
 Structure to store edge bases. More...
 
struct  HArDCore2D::VHHOSpace::LocalOperators
 A structure to store local operators (gradient, potential, stabilisation) More...
 

Namespaces

namespace  HArDCore2D
 

Typedefs

typedef std::function< bool(const Cell &)> HArDCore2D::CellSelection
 

Variables

static const CellSelection HArDCore2D::allcells = [](const Cell &)->bool {return true;}