1 #ifndef MESH_BUILDER_HPP_INCLUDED
2 #define MESH_BUILDER_HPP_INCLUDED
13 template<
size_t dimension>
Build the internal representation of the mesh.
Definition: mesh_builder.hpp:14
Main data structure for the mesh.
Definition: mesh.hpp:54
static Mesh< dimension > * build(const char *meshfile, const char *mapfile)
Construct a Mesh object from files.
Definition: mesh_builder.cpp:38
const char * mapfile
Definition: maxwell.cpp:80
Compute and store the topological and geometrical data of the mesh.
Definition: maxwell.hpp:21