|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include "HHO-general/HHO2D.hpp"#include "boost/program_options.hpp"#include <unsupported/Eigen/SparseExtra>

Go to the source code of this file.
Functions | |
| bool | program_options (const int, const char *[], std::string &, std::string &, std::vector< int > &, size_t &, size_t &, std::string &, bool &, bool &) |
| A method to set all program paramters from options passed to the main function. Returns true if options are valid, false otherwise. | |
Variables | |
| std::string | mesh_name |
| std::string | bc_id |
| std::string | plot_file |
| std::vector< int > | id_tcase |
| size_t | L |
| size_t | K |
| bool | use_threads |
| bool | export_matrix |