Chombo + EB + MF
3.2
|
#include "DisjointBoxLayout.H"
#include "Pool.H"
#include "Vector.H"
#include "ProblemDomain.H"
#include <unordered_map>
#include <cstdint>
#include "SPMD.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Classes | |
class | MotionItem |
class | CopierBuffer |
class | Copier |
A strange but true thing to make copying from one boxlayoutdata to another fast. More... | |
class | CopyIterator |
Macros | |
#define | _COPIER_H_ |
Typedefs | |
typedef std::unordered_map< uint64_t, LayoutIndex > | LMap |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Copier &copier) |
#define _COPIER_H_ |
typedef std::unordered_map<uint64_t, LayoutIndex> LMap |
std::ostream& operator<< | ( | std::ostream & | os, |
const Copier & | copier | ||
) |