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
mesh.hpp
Go to the documentation of this file.
1#include <Mesh3D.hpp>
2
3namespace HArDCore3D
4{
5 using Mesh3D::Vertex;
6 using Mesh3D::Edge;
7 using Mesh3D::Face;
8 using Mesh3D::Cell;
9 using Mesh3D::Mesh;
10 using Mesh3D::VectorRd;
11 using Mesh3D::VectorZd;
12 using Mesh3D::Simplex;
14}
Generic class to describe a cell, face, edge or vertex.
Definition MeshObject.hpp:57
Class to describe a mesh.
Definition MeshND.hpp:17
Definition ddr-magnetostatics.hpp:41
MeshND::VectorZd< 3 > VectorZd
Definition Mesh3D.hpp:15
MeshND::VectorRd< 3 > VectorRd
Definition Mesh3D.hpp:14
MeshND::Simplices< 3, object_dim > Simplices
Definition Mesh3D.hpp:21
MeshND::Simplex< 3, object_dim > Simplex
Definition Mesh3D.hpp:18