Proto
3.2
|
#include "Proto_MayDay.H"
#include "Proto_Point.H"
#include "Proto_Box.H"
#include "Proto_ProblemDomain.H"
#include "Proto_BoxPartition.H"
#include "Proto_DataIterator.H"
#include "Proto_SPMD.H"
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <stack>
#include <memory>
#include <array>
#include <unordered_map>
#include "implem/Proto_DisjointBoxLayoutImplem.H"
Go to the source code of this file.
Classes | |
class | Proto::DisjointBoxLayout |
Disjoint Box Layout. More... | |
Namespaces | |
Proto | |
Macros | |
#define | _PROTO_DISJOINT_BOX_LAYOUT_ |
Typedefs | |
typedef DataIndex< BoxPartition > | Proto::LevelIndex |
typedef DataIterator< BoxPartition > | Proto::LevelIterator |
Functions | |
std::ostream & | Proto::operator<< (std::ostream &os, const LevelIndex &a_dbl) |
std::ostream & | Proto::operator<< (std::ostream &os, const DisjointBoxLayout &a_dbl) |
#define _PROTO_DISJOINT_BOX_LAYOUT_ |