Panzer
Version of the Day
|
Functions | |
void | setupSubLocalMeshInfo (const panzer::LocalMeshInfoBase &parent_info, const std::vector< panzer::LocalOrdinal > &owned_parent_cells, panzer::LocalMeshInfoBase &sub_info) |
void | splitMeshInfo (const panzer::LocalMeshInfoBase &mesh_info, const int splitting_size, std::vector< panzer::LocalMeshPartition > &partitions) |
void panzer::partitioning_utilities::setupSubLocalMeshInfo | ( | const panzer::LocalMeshInfoBase & | parent_info, |
const std::vector< panzer::LocalOrdinal > & | owned_parent_cells, | ||
panzer::LocalMeshInfoBase & | child_info | ||
) |
Create a LocalMeshInfoBase from a parent LocalMeshInfoBase given a set of cell indexes
[in] | parent_info | Reference to fully constructed LocalMeshInfoBase |
[in] | owned_parent_cells | Vector of indexes (in parent's indexing scheme) for child to own |
[out] | child_info | Child which will be generated |
Definition at line 388 of file Panzer_LocalPartitioningUtilities.cpp.
void panzer::partitioning_utilities::splitMeshInfo | ( | const panzer::LocalMeshInfoBase & | mesh_info, |
const int | splitting_size, | ||
std::vector< panzer::LocalMeshPartition > & | partitions | ||
) |
Definition at line 673 of file Panzer_LocalPartitioningUtilities.cpp.