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 | |
const std::string | mesh_dir = "../../typ2_meshes/" |
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 |
const std::string mesh_dir = "../../typ2_meshes/" |
The HHO_DiffAdvecReac code uses a Hybrid High-Order method to solve the equation -div(K \grad(u) + \beta u) + \mu u = f with K piecewise constant, \beta \in H^1(\Omega)^d and \mu piecewise continuous.