For ParallelFor(FabArray) More...
#include <AMReX_FabArrayBase.H>
Public Member Functions | |
ParForInfo (const FabArrayBase &fa, const IntVect &nghost, int nthreads) | |
~ParForInfo () | |
std::pair< int *, int * > const & | getBlocks () const |
BoxIndexer const * | getBoxes () const |
ParForInfo ()=delete | |
ParForInfo (ParForInfo const &)=delete | |
ParForInfo (ParForInfo &&)=delete | |
void | operator= (ParForInfo const &)=delete |
void | operator= (ParForInfo &&)=delete |
Public Attributes | |
BATransformer | m_bat |
IntVect | m_ng |
int | m_nthreads |
std::pair< int *, int * > | m_nblocks_x |
BoxIndexer * | m_boxes = nullptr |
char * | m_hp = nullptr |
char * | m_dp = nullptr |
For ParallelFor(FabArray)
amrex::FabArrayBase::ParForInfo::ParForInfo | ( | const FabArrayBase & | fa, |
const IntVect & | nghost, | ||
int | nthreads | ||
) |
amrex::FabArrayBase::ParForInfo::~ParForInfo | ( | ) |
|
delete |
|
delete |
|
delete |
|
inline |
|
delete |
|
delete |
BATransformer amrex::FabArrayBase::ParForInfo::m_bat |
BoxIndexer* amrex::FabArrayBase::ParForInfo::m_boxes = nullptr |
char* amrex::FabArrayBase::ParForInfo::m_dp = nullptr |
char* amrex::FabArrayBase::ParForInfo::m_hp = nullptr |
IntVect amrex::FabArrayBase::ParForInfo::m_ng |
int amrex::FabArrayBase::ParForInfo::m_nthreads |