Include dependency graph for ReadPartFile.cpp:Go to the source code of this file.
Macros | |
| #define | MESH_DIR "." |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| string | test_file_name = string( MESH_DIR ) + string( "/3k-tri-sphere.vtk" ) |
| string | part_file_name |
| int | nparts |
| #define MESH_DIR "." |
Definition at line 33 of file ReadPartFile.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 41 of file ReadPartFile.cpp.
References moab::Core::add_entities(), moab::Range::begin(), moab::Core::create_meshset(), moab::Core::delete_entities(), moab::Range::end(), moab::Core::get_entities_by_dimension(), moab::Core::get_entities_by_type(), moab::Core::load_mesh(), mb, MB_CHK_SET_ERR, MB_SUCCESS, MBENTITYSET, MESHSET_SET, nparts, out_file, moab::Range::size(), moab::Core::tag_get_data(), moab::Core::tag_get_handle(), moab::Core::tag_set_data(), and moab::Core::write_file().
| int nparts |
Definition at line 39 of file ReadPartFile.cpp.
Referenced by main(), MetisPartitioner::partition_mesh(), ZoltanPartitioner::partition_mesh(), MetisPartitioner::partition_mesh_and_geometry(), ZoltanPartitioner::partition_mesh_and_geometry(), moab::ReadSms::read_parallel_info(), MetisPartitioner::write_aggregationtag_partition(), MetisPartitioner::write_partition(), and ZoltanPartitioner::write_partition().
| string part_file_name |
Definition at line 38 of file ReadPartFile.cpp.
| string test_file_name = string( MESH_DIR ) + string( "/3k-tri-sphere.vtk" ) |
Definition at line 37 of file ReadPartFile.cpp.