Panzer  Version of the Day
Namespaces | Functions
Panzer_LocalPartitioningUtilities.hpp File Reference
#include "Panzer_LocalMeshInfo.hpp"
#include <vector>
Include dependency graph for Panzer_LocalPartitioningUtilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 panzer
 
 panzer::partitioning_utilities
 

Functions

template<typename LO , typename GO >
void panzer::generateLocalMeshPartitions (const panzer::LocalMeshInfo< LO, GO > &mesh_info, const panzer::WorksetDescriptor &description, std::vector< panzer::LocalMeshPartition< LO, GO > > &partitions)
 
template<typename LO , typename GO >
void panzer::partitioning_utilities::setupSubLocalMeshInfo (const panzer::LocalMeshInfoBase< LO, GO > &parent_info, const std::vector< LO > &owned_parent_cells, panzer::LocalMeshInfoBase< LO, GO > &sub_info)