Opm::GIE::Face< GI > Class Template Reference

#include <GridInterfaceEuler.hpp>

Inheritance diagram for Opm::GIE::Face< GI >:
Inheritance graph

Public Types

enum  { BoundaryMarkerIndex = -999, LocalEndIndex = INT_MAX }
 
typedef
GI::DuneIntersectionIterator 
DuneIntersectionIter
 
typedef GI::GridType::template
Codim< 0 >::EntityPointer 
CellPtr
 
typedef GI::GridType::ctype Scalar
 
typedef Dune::FieldVector
< Scalar,
GI::GridType::dimension > 
Vector
 
typedef Dune::FieldVector
< Scalar,
GI::GridType::dimension-1 > 
LocalVector
 
typedef int Index
 
typedef GIE::Cell< GI, CellPtrCell
 

Public Member Functions

 Face ()
 
 Face (const GI &grid, const DuneIntersectionIter &it, const Index loc_ind)
 
Scalar area () const
 
Vector centroid () const
 
Vector normal () const
 
bool boundary () const
 
int boundaryId () const
 
Cell cell () const
 
Index cellIndex () const
 
Cell neighbourCell () const
 
Index neighbourCellIndex () const
 
Index index () const
 
Index localIndex () const
 
Scalar neighbourCellVolume () const
 

Protected Attributes

const GI * pgrid_
 
DuneIntersectionIter iter_
 
Index local_index_
 

Member Typedef Documentation

template<class GI>
typedef GIE::Cell<GI, CellPtr> Opm::GIE::Face< GI >::Cell
template<class GI>
typedef GI::GridType::template Codim<0>::EntityPointer Opm::GIE::Face< GI >::CellPtr
template<class GI>
typedef GI::DuneIntersectionIterator Opm::GIE::Face< GI >::DuneIntersectionIter
template<class GI>
typedef int Opm::GIE::Face< GI >::Index
template<class GI>
typedef Dune::FieldVector<Scalar, GI::GridType::dimension-1> Opm::GIE::Face< GI >::LocalVector
template<class GI>
typedef GI::GridType::ctype Opm::GIE::Face< GI >::Scalar
template<class GI>
typedef Dune::FieldVector<Scalar, GI::GridType::dimension> Opm::GIE::Face< GI >::Vector

Member Enumeration Documentation

template<class GI>
anonymous enum
Enumerator
BoundaryMarkerIndex 
LocalEndIndex 

Constructor & Destructor Documentation

template<class GI>
Opm::GIE::Face< GI >::Face ( )
inline
template<class GI>
Opm::GIE::Face< GI >::Face ( const GI &  grid,
const DuneIntersectionIter it,
const Index  loc_ind 
)
inline

Member Function Documentation

template<class GI>
Scalar Opm::GIE::Face< GI >::area ( ) const
inline
template<class GI>
bool Opm::GIE::Face< GI >::boundary ( ) const
inline
template<class GI>
int Opm::GIE::Face< GI >::boundaryId ( ) const
inline
template<class GI>
Cell Opm::GIE::Face< GI >::cell ( ) const
inline
template<class GI>
Index Opm::GIE::Face< GI >::cellIndex ( ) const
inline
template<class GI>
Vector Opm::GIE::Face< GI >::centroid ( ) const
inline
template<class GI>
Index Opm::GIE::Face< GI >::index ( ) const
inline
template<class GI>
Index Opm::GIE::Face< GI >::localIndex ( ) const
inline
template<class GI>
Cell Opm::GIE::Face< GI >::neighbourCell ( ) const
inline
template<class GI>
Index Opm::GIE::Face< GI >::neighbourCellIndex ( ) const
inline
template<class GI>
Scalar Opm::GIE::Face< GI >::neighbourCellVolume ( ) const
inline
template<class GI>
Vector Opm::GIE::Face< GI >::normal ( ) const
inline

Member Data Documentation

template<class GI>
Index Opm::GIE::Face< GI >::local_index_
protected

The documentation for this class was generated from the following file: