|
Chombo + EB
3.0
|
#include "Box.H"#include "Vector.H"#include "RefCountedPtr.H"#include "DataIndex.H"#include "SPMD.H"#include "LoHiSide.H"#include "ProblemDomain.H"#include "NamespaceHeader.H"#include "NamespaceFooter.H"

Go to the source code of this file.
Classes | |
| class | BaseTransform |
| Base class to transform boxes in an existing layout. More... | |
| struct | Entry |
| class | BoxLayout |
| A not-necessarily-disjoint collective of boxes. More... | |
Macros | |
| #define | _BOXLAYOUT_H_ |
Functions | |
| void | coarsen_bl (BoxLayout &output, const BoxLayout &input, int refinement) |
| void | refine_bl (BoxLayout &output, const BoxLayout &input, int refinement) |
| void | mortonOrdering (Vector< Box > &a_boxes) |
| std::ostream & | operator<< (std::ostream &os, const BoxLayout &a_layout) |
| #define _BOXLAYOUT_H_ |
References coarsen().
References mortonOrdering(), and refine().
Referenced by refine_bl().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const BoxLayout & | a_layout | ||
| ) |
Referenced by BoxLayout::setProcID().
1.8.13