Chombo + EB  3.2
Classes | Macros | Typedefs | Functions
Copier.H File Reference
#include "DisjointBoxLayout.H"
#include "Pool.H"
#include "Vector.H"
#include "ProblemDomain.H"
#include <unordered_map>
#include <cstdint>
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for Copier.H:
This graph shows which files directly or indirectly include this file:

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, LayoutIndexLMap
 

Functions

std::ostream & operator<< (std::ostream &os, const Copier &copier)
 

Macro Definition Documentation

◆ _COPIER_H_

#define _COPIER_H_

Typedef Documentation

◆ LMap

typedef std::unordered_map<uint64_t, LayoutIndex> LMap

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Copier copier 
)