#include "Box.H"
#include "Vector.H"
#include "RefCountedPtr.H"
#include "DataIndex.H"
#include "SPMD.H"
Include dependency graph for BoxLayout.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | BoxLayout |
A not-necessarily disjoint collective of boxes. More... | |
struct | Entry |
Functions | |
void | coarsen_bl (BoxLayout &output, const BoxLayout &input, int refinement) |
void | refine_bl (BoxLayout &output, const BoxLayout &input, int refinement) |
std::ostream & | operator<< (std::ostream &os, const BoxLayout &a_layout) |
|
|
|
|
|
|