| 
    HArD::Core2D
    
   Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns 
   | 
 
#include <fstream>#include <iomanip>#include <thread>#include <functional>#include <filesystem>#include "hho-uns.hpp"#include <parallel_for.hpp>#include <GMpoly_cell.hpp>#include <linearsolver.hpp>#include <boost/program_options.hpp>#include <display_timer.hpp>#include "vtu_writer.hpp"#include "ns-solutions.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 = "../typ2_meshes/" | 
| std::string | default_mesh = mesh_dir + "hexa1_1.typ2" | 
| 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 + "hexa1_1.typ2" | 
      
  | 
  constexpr | 
| const std::string mesh_dir = "../typ2_meshes/" |