HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
The MeshBuilder class provides build tools to create a full mesh with all connectivities. More...
#include <MeshBuilder2D.hpp>
Public Types | |
typedef std::function< std::array< double, 2 >(const std::array< double, 2 > &)> | TransformationType |
Public Member Functions | |
MeshBuilder () | |
MeshBuilder (const std::string mesh_file) | |
std::unique_ptr< Mesh > | build_the_mesh (const TransformationType &transformation=[](const std::array< double, 2 > &x) { return x;}) |
The MeshBuilder class provides build tools to create a full mesh with all connectivities.