HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face 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  HArDCore3D::VHHOSpace
 Class definition: polynomial bases and operators. More...
 
struct  HArDCore3D::VHHOSpace::CellBases
 Structure to store element bases. More...
 
struct  HArDCore3D::VHHOSpace::FaceBases
 Structure to store face bases. More...
 
struct  HArDCore3D::VHHOSpace::LocalOperators
 A structure to store local operators (gradient, potential, stabilisation) More...
 

Namespaces

namespace  HArDCore3D
 

Typedefs

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

Variables

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