#include "Box.H"
#include "Vector.H"
#include "RefCountedPtr.H"
#include "DataIndex.H"
#include "SPMD.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | BoxLayout |
A not-necessarily-disjoint collective of boxes. More... | |
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) |
References coarsen().
References refine().
std::ostream& operator<< | ( | std::ostream & | os, | |
const BoxLayout & | a_layout | |||
) |