|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <iostream>#include <fstream>#include <boost/program_options.hpp>#include <boost/timer/timer.hpp>#include "mesh.hpp"#include "mesh_builder.hpp"#include "HHO_LocVarDiff.hpp"#include "vtu_writer.hpp"
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-4" |
| const std::string | default_solver_type = "bicgstab" |
| constexpr size_t | max_nb_cells_for_plot = 5000 |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
| std::string default_mesh = mesh_dir + "Voro-small-0/RF_fmt/voro-4" |
| const std::string default_solver_type = "bicgstab" |
|
constexpr |
| const std::string mesh_dir = "../../meshes/" |