MADNESS  0.10.1
Public Member Functions | Private Attributes | List of all members
PartitionPmap Class Reference

A pmap that spatially decomposes the domain and by default slightly overdcomposes to attempt to load balance. More...

Inheritance diagram for PartitionPmap:
Inheritance graph
[legend]
Collaboration diagram for PartitionPmap:
Collaboration graph
[legend]

Public Member Functions

 PartitionPmap ()
 
 PartitionPmap (size_t nproc, const Level target_level=0)
 
ProcessID owner (const Key< 3 > &key) const
 Find the owner of a given key. More...
 
- Public Member Functions inherited from madness::WorldDCPmapInterface< Key< 3 > >
virtual ~WorldDCPmapInterface ()
 
void deregister_callback (ptrT ptr)
 Deregisters object for receipt of redistribute callbacks. More...
 
std::size_t global_size (World &world) const
 Counts global number of entries in all containers associated with this process map. More...
 
std::size_t local_size () const
 Counts local number of entries in all containers associated with this process map. More...
 
virtual void print () const
 
void print_data_sizes (World &world, const std::string msg="") const
 Prints size info to std::cout. More...
 
void redistribute (World &world, const std::shared_ptr< WorldDCPmapInterface< Key< 3 > >> &newpmap)
 Invoking this switches all registered objects from this process map to the new one. More...
 
void register_callback (ptrT ptr)
 Registers object for receipt of redistribute callbacks. More...
 

Private Attributes

const int nproc
 
Level target_level
 

Additional Inherited Members

- Public Types inherited from madness::WorldDCPmapInterface< Key< 3 > >
typedef WorldDCRedistributeInterface< Key< 3 > > * ptrT
 

Detailed Description

A pmap that spatially decomposes the domain and by default slightly overdcomposes to attempt to load balance.

Constructor & Destructor Documentation

◆ PartitionPmap() [1/2]

PartitionPmap::PartitionPmap ( )
inline

◆ PartitionPmap() [2/2]

PartitionPmap::PartitionPmap ( size_t  nproc,
const Level  target_level = 0 
)
inline

References p().

Member Function Documentation

◆ owner()

ProcessID PartitionPmap::owner ( const Key< 3 > &  key) const
inlinevirtual

Member Data Documentation

◆ nproc

const int PartitionPmap::nproc
private

◆ target_level

Level PartitionPmap::target_level
private

The documentation for this class was generated from the following file: