nav.hpp File Reference
#include <opm/core/grid.h>
#include <cstdlib>
#include <iosfwd>
Include dependency graph for nav.hpp:

Go to the source code of this file.

Classes

struct  Coord2D
 
struct  Coord3D
 Index tuple in three-dimensional cornerpoint grid. More...
 
struct  Side< Dim >
 
struct  Dir
 Type-safe enumeration of axis directions. More...
 
struct  Dim1D
 
struct  Dim2D
 Type-safe enumeration of axis dimensions. More...
 
struct  Dim3D
 Type-safe enumeration of axis dimensions in 3D. More...
 
struct  Side< Dim >
 
struct  Corn2D
 
struct  Corn3D
 
struct  Cart2D
 
struct  Cart3D
 

Typedefs

typedef Side< Dim2DSide2D
 
typedef Side< Dim3DSide3D
 

Functions

std::ostream & operator<< (std::ostream &os, const Side2D &s)
 
std::ostream & operator<< (std::ostream &os, const Side3D &s)
 

Variables

const Side3D UP
 
const Side3D DOWN
 

Typedef Documentation

typedef Side<Dim2D> Side2D
typedef Side<Dim3D> Side3D

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Side2D s 
)
std::ostream& operator<< ( std::ostream &  os,
const Side3D s 
)

Variable Documentation

const Side3D DOWN
const Side3D UP