Functions | |
| void | print_usage (const char *program_name) |
| std::vector< int > | parse_refinement_levels (int argc, char *argv[]) |
Variables | |
| constexpr const char * | DEFAULT_OUTPUT_FILE = "mesh_hierarchy.h5m" |
| constexpr int | DEFAULT_REFINEMENT_LEVELS = 2 |
| std::vector< int > anonymous_namespace{UniformRefinement.cpp}::parse_refinement_levels | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 46 of file UniformRefinement.cpp.
References DEFAULT_REFINEMENT_LEVELS.
Referenced by main().
| void anonymous_namespace{UniformRefinement.cpp}::print_usage | ( | const char * | program_name | ) |
Definition at line 37 of file UniformRefinement.cpp.
References DEFAULT_REFINEMENT_LEVELS.
Referenced by main().
|
constexpr |
Definition at line 34 of file UniformRefinement.cpp.
Referenced by main().
|
constexpr |
Definition at line 35 of file UniformRefinement.cpp.
Referenced by parse_refinement_levels(), and print_usage().