|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|

Go to the source code of this file.
Namespaces | |
| namespace | Mesh2D |
Macros | |
| #define | _MESH2D_HPP |
Typedefs | |
| using | Mesh2D::Mesh = MeshND::Mesh< 2 > |
| using | Mesh2D::Vertex = MeshND::Vertex< 2 > |
| using | Mesh2D::Edge = MeshND::Edge< 2 > |
| using | Mesh2D::Face = MeshND::Face< 2 > |
| using | Mesh2D::Cell = MeshND::Cell< 2 > |
| using | Mesh2D::VectorRd = MeshND::VectorRd< 2 > |
| using | Mesh2D::VectorZd = MeshND::VectorZd< 2 > |
| template<size_t object_dim> | |
| using | Mesh2D::Simplex = MeshND::Simplex< 2, object_dim > |
| template<size_t object_dim> | |
| using | Mesh2D::Simplices = MeshND::Simplices< 2, object_dim > |
| #define _MESH2D_HPP |