HHO scheme for a diffusion-advection-reaction scheme.
More...
|
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.
|
|
HHO scheme for a diffusion-advection-reaction scheme.
◆ program_options()
bool program_options |
( |
const int |
argc, |
|
|
const char * |
argv[], |
|
|
std::string & |
mesh_name, |
|
|
std::string & |
bc_id, |
|
|
std::vector< int > & |
id_tcase, |
|
|
size_t & |
L, |
|
|
size_t & |
K, |
|
|
std::string & |
plot_file, |
|
|
bool & |
use_threads, |
|
|
bool & |
export_matrix |
|
) |
| |
A method to set all program paramters from options passed to the main function. Returns true if options are valid, false otherwise.
- Parameters
-
argc | The number of options passed to the main function |
argv | An array of all options passed to the main function |
mesh_name | The mesh name |
bc_id | The boundary condition ID |
id_tcase | The test case ID |
L | Cell polynomial degree |
K | Edge polynomial degree |
plot_file | File to plot to |
use_threads | Option to use multi-threading |
export_matrix | Option to export the system matrix |
◆ bc_id
◆ export_matrix
◆ id_tcase
std::vector<int> id_tcase |
◆ mesh_name
◆ plot_file
◆ use_threads