For ParallelFor(FabArray) More...
#include <AMReX_FabArrayBase.H>
Public Member Functions | |
| ParForInfo (const FabArrayBase &fa, const IntVect &nghost) | |
| ~ParForInfo () | |
| int | getNBlocksPerBox (int nthreads) 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 |
| Long | m_ncellsmax = 0 |
| BoxIndexer * | m_boxes = nullptr |
| char * | m_hp = nullptr |
For ParallelFor(FabArray)
| amrex::FabArrayBase::ParForInfo::ParForInfo | ( | const FabArrayBase & | fa, |
| const IntVect & | nghost | ||
| ) |
| amrex::FabArrayBase::ParForInfo::~ParForInfo | ( | ) |
|
delete |
|
delete |
|
delete |
|
inline |
|
inline |
|
delete |
|
delete |
| BATransformer amrex::FabArrayBase::ParForInfo::m_bat |
| BoxIndexer* amrex::FabArrayBase::ParForInfo::m_boxes = nullptr |
| char* amrex::FabArrayBase::ParForInfo::m_hp = nullptr |
| Long amrex::FabArrayBase::ParForInfo::m_ncellsmax = 0 |
| IntVect amrex::FabArrayBase::ParForInfo::m_ng |