HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
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
6namespace 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
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
A Vertex is a Polytope with object_dim = 0.
Definition Polytope2D.hpp:54
Definition ddr-klplate.hpp:27