Block-Structured AMR Software Framework
 
Loading...
Searching...
No Matches
AMReX_Orientation.H File Reference
#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

namespace  amrex
 

Enumerations

enum class  amrex::Direction : int { amrex::x = 0 , amrex::y = 1 , amrex::z = 2 }
 

Functions

std::ostream & amrex::operator<< (std::ostream &os, const Orientation &o)
 Write to an ostream in ASCII format.