|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include "vtu_writer.hpp"#include <Eigen/Dense>#include <mesh_builder.hpp>#include <iostream>#include <boost/program_options.hpp>
Functions | |
| int | main (const int argc, const char *argv[]) |
| Main executable (CheckMesh) to check the sanity of an RF mesh. | |
Variables | |
| constexpr int | dimspace = 3 |
| const std::string | mesh_dir = "../../../meshes/" |
| std::string | default_mesh = mesh_dir + "Cubic-Cells/RF_fmt/gcube_2x2x2" |