Functions | |
| void | print_usage (const char *program_name) |
| void | print_entity_stats (const std::vector< int > &counts, int nprocs, const std::string &title="") |
Variables | |
| const char *const | DEFAULT_MESH_FILE = "/64bricks_512hex_256part.h5m" |
| const char *const | DEFAULT_READ_OPTS = "PARALLEL=READ_PART;PARTITION=PARALLEL_PARTITION;PARALLEL_RESOLVE_SHARED_ENTS" |
| void anonymous_namespace{HelloParMOAB.cpp}::print_entity_stats | ( | const std::vector< int > & | counts, |
| int | nprocs, | ||
| const std::string & | title = "" |
||
| ) |
| void anonymous_namespace{HelloParMOAB.cpp}::print_usage | ( | const char * | program_name | ) |
Definition at line 58 of file HelloParMOAB.cpp.
References DEFAULT_MESH_FILE, and MESH_DIR.
Referenced by main().
| const char* const anonymous_namespace{HelloParMOAB.cpp}::DEFAULT_MESH_FILE = "/64bricks_512hex_256part.h5m" |
Definition at line 52 of file HelloParMOAB.cpp.
Referenced by main(), and print_usage().
| const char* const anonymous_namespace{HelloParMOAB.cpp}::DEFAULT_READ_OPTS = "PARALLEL=READ_PART;PARTITION=PARALLEL_PARTITION;PARALLEL_RESOLVE_SHARED_ENTS" |