CalculateContainingBox(Node< DIM > *pNode) | ObsoleteBoxCollection< DIM > | |
CalculateContainingBox(c_vector< double, DIM > &rLocation) | ObsoleteBoxCollection< DIM > | |
CalculateNodePairs(const std::vector< Node< DIM > * > &rNodes, std::vector< std::pair< Node< DIM > *, Node< DIM > * > > &rNodePairs) | ObsoleteBoxCollection< DIM > | |
EmptyBoxes() | ObsoleteBoxCollection< DIM > | |
GetGridIndices(unsigned linearIndex) | ObsoleteBoxCollection< DIM > | private |
GetLinearIndex(c_vector< int, DIM > gridIndices) | ObsoleteBoxCollection< DIM > | private |
GetNumBoxes() | ObsoleteBoxCollection< DIM > | |
IsBoxInDomain(c_vector< unsigned, DIM > gridIndices) | ObsoleteBoxCollection< DIM > | private |
IsBoxOwned(unsigned globalIndex) | ObsoleteBoxCollection< DIM > | inline |
IsIndexPenultimate(c_vector< unsigned, DIM > gridIndices) | ObsoleteBoxCollection< DIM > | private |
IsOwned(Node< DIM > *pNode) | ObsoleteBoxCollection< DIM > | inline |
mBoxes | ObsoleteBoxCollection< DIM > | private |
mBoxWidth | ObsoleteBoxCollection< DIM > | private |
mDomainSize | ObsoleteBoxCollection< DIM > | private |
mIsDomainPeriodic | ObsoleteBoxCollection< DIM > | private |
mLocalBoxes | ObsoleteBoxCollection< DIM > | private |
mNumBoxesEachDirection | ObsoleteBoxCollection< DIM > | private |
msFudge | ObsoleteBoxCollection< DIM > | privatestatic |
ObsoleteBoxCollection(double boxWidth, c_vector< double, 2 *DIM > domainSize, bool isPeriodicInX=false, bool isPeriodicInY=false, bool isPeriodicInZ=false) | ObsoleteBoxCollection< DIM > | |
rGetBox(unsigned boxIndex) | ObsoleteBoxCollection< DIM > | |
rGetDomainSize() const | ObsoleteBoxCollection< DIM > | |
rGetLocalBoxes(unsigned boxIndex) | ObsoleteBoxCollection< DIM > | |
SetupAllLocalBoxes() | ObsoleteBoxCollection< DIM > | |
SetupLocalBoxes(const std::vector< c_vector< int, DIM > > &rNeighbours) | ObsoleteBoxCollection< DIM > | private |
SetupLocalBoxesHalfOnly() | ObsoleteBoxCollection< DIM > | |
TestObsoleteBoxCollection (defined in ObsoleteBoxCollection< DIM >) | ObsoleteBoxCollection< DIM > | friend |