|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <fstream>#include <iomanip>#include <thread>#include "sddr-navier-stokes.hpp"#include <parallel_for.hpp>#include <max_degrees_quadratures.hpp>#include <GMpoly_cell.hpp>#include <IntegrateTripleProduct.hpp>#include "vtu_writer.hpp"#include <boost/program_options.hpp>#include <display_timer.hpp>
Macros | |
| #define | FORMAT(W) std::setiosflags(std::ios_base::left) << std::setw(W) << std::setfill(' ') |
Functions | |
| int | main (int argc, const char *argv[]) |
Variables | |
| const std::string | mesh_dir = "../../meshes/" |
| std::string | default_mesh = mesh_dir + "Voro-small-0/RF_fmt/voro-2" |
| constexpr size_t | max_nb_cells_for_plot = 20000 |
| #define FORMAT | ( | W | ) | std::setiosflags(std::ios_base::left) << std::setw(W) << std::setfill(' ') |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
| std::string default_mesh = mesh_dir + "Voro-small-0/RF_fmt/voro-2" |
|
constexpr |
| const std::string mesh_dir = "../../meshes/" |