Chombo + EB  3.0
Classes | Macros | Functions
RegionGather.H File Reference
#include "IntVect.H"
#include "REAL.H"
#include "LayoutData.H"
#include "DisjointBoxLayout.H"
#include "ProblemDomain.H"
#include <list>
#include "SPMD.H"
#include "CH_Timer.H"
#include "NamespaceHeader.H"
#include "RegionGatherI.H"
#include "NamespaceFooter.H"
Include dependency graph for RegionGather.H:

Go to the source code of this file.

Classes

class  GatherObject< T >
 return object for the regionGather function More...
 
class  RegionGather
 Data coordination class for the regionGather function. More...
 
class  RegionGather::Message
 

Macros

#define _REGIONGATHER_H_
 

Functions

template<class T >
void regionGather (const LayoutData< T > &a_local, const RegionGather &a_copier, LayoutData< Vector< GatherObject< T > > > &a_gatherObjects)
 Function performs a distance cut-off gather operation. More...
 

Macro Definition Documentation

◆ _REGIONGATHER_H_

#define _REGIONGATHER_H_

Function Documentation

◆ regionGather()

template<class T >
void regionGather ( const LayoutData< T > &  a_local,
const RegionGather a_copier,
LayoutData< Vector< GatherObject< T > > > &  a_gatherObjects 
)

Function performs a distance cut-off gather operation.

the input a_local contains a value of T for every Box in the BoxLayout.

the output a_gatherObjects contains all the T objects within the constraints established by the RegionGather object, and the center seperation of their respective Boxes.

References LayoutIterator::begin(), LayoutData< T >::boxLayout(), CH_TIME, LayoutData< T >::dataIterator(), BoxLayout::define(), RegionGather::Message::destIndex, RegionGather::Message::distance, gather(), RegionGather::m_local, RegionGather::m_messages, GatherObject< T >::m_offset, GatherObject< T >::m_value, GatherBuffer::message, LayoutIterator::ok(), Vector< T >::push_back(), Vector< T >::resize(), and Vector< T >::size().