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
Namespaces | Typedefs
Mesh3D.hpp File Reference
#include "MeshObject.hpp"
#include "MeshND.hpp"
Include dependency graph for Mesh3D.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Mesh3D
 

Typedefs

using Mesh3D::Mesh = MeshND::Mesh< 3 >
 
using Mesh3D::Vertex = MeshND::Vertex< 3 >
 
using Mesh3D::Edge = MeshND::Edge< 3 >
 
using Mesh3D::Face = MeshND::Face< 3 >
 
using Mesh3D::Cell = MeshND::Cell< 3 >
 
using Mesh3D::VectorRd = MeshND::VectorRd< 3 >
 
using Mesh3D::VectorZd = MeshND::VectorZd< 3 >
 
template<size_t object_dim>
using Mesh3D::Simplex = MeshND::Simplex< 3, object_dim >
 
template<size_t object_dim>
using Mesh3D::Simplices = MeshND::Simplices< 3, object_dim >