#include <AMReX_Config.H>
#include <AMReX_BLassert.H>
#include <AMReX_SPACE.H>
#include <AMReX_GpuQualifiers.H>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | amrex::Orientation |
Encapsulation of the Orientation of the Faces of a Box. More... | |
class | amrex::OrientationIter |
An Iterator over the Orientation of Faces of a Box. More... | |
Namespaces | |
amrex | |
Enumerations | |
enum class | amrex::Direction : int { amrex::AMREX_D_DECL =(x = 0, y = 1, z = 2) } |
Functions | |
std::ostream & | amrex::operator<< (std::ostream &os, const Orientation &o) |
Write to an ostream in ASCII format. More... | |