HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
mesh.hpp
Go to the documentation of this file.
1 #include <Mesh2D.hpp>
2 #include <Polytope2D.hpp>
3 #include <MeshReaderTyp2.hpp>
4 #include <MeshBuilder2D.hpp>
5 
6 namespace HArDCore2D
7 {
8  using Mesh2D::Vertex;
9  using Mesh2D::Edge;
10  using Mesh2D::Face;
11  using Mesh2D::Cell;
12  using Mesh2D::Mesh;
13 // using Mesh2D::VectorRd; // defined in basis.hpp
14 // using Mesh2D::VectorZd; // defined in basis.hpp
15 // using Mesh2D::Simplex; // not required in HArDCore namespace
16 // using Mesh2D::Simplices; // not required in HArDCore namespace
18  using Mesh2D::MeshBuilder;
19 }
The MeshBuilder class provides build tools to create a full mesh with all connectivities.
Definition: MeshBuilder2D.hpp:172
The MeshReaderTyp2 class provides functions to read a typ2 mesh file.
Definition: MeshReaderTyp2.hpp:28
Definition: Mesh2D.hpp:26
Polytope< DIMENSION > Cell
Definition: Polytope2D.hpp:151
Polytope< DIMENSION - 1 > Face
A Cell is a Polytope with object_dim = DIMENSION.
Definition: Polytope2D.hpp:150
Polytope< 1 > Edge
A Face is a Polytope with object_dim = DIMENSION - 1.
Definition: Polytope2D.hpp:147
Polytope< 0 > Vertex
An Edge is a Polytope with object_dim = 1.
Definition: Polytope2D.hpp:144
Definition: ddr-klplate.hpp:27