dune-fem  2.4.1-rc
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::DeadIntersection< GridFamily > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/common/deaditerator.hh>

Public Types

typedef std::remove_const< GridFamily >::type::ctype ctype
 
typedef Traits::template Codim< 0 >::Entity Entity
 
typedef Traits::template Codim< 1 >::Geometry Geometry
 
typedef Traits::template Codim< 1 >::LocalGeometry LocalGeometry
 

Public Member Functions

Entity inside () const
 
Entity outside () const
 
bool boundary () const
 
bool conforming () const
 
bool neighbor () const
 
int boundaryId () const
 
size_t boundarySegmentIndex () const
 
const LocalGeometrygeometryInInside () const
 
const LocalGeometrygeometryInOutside () const
 
const Geometrygeometry () const
 
GeometryType type () const
 
int indexInInside () const
 
int indexInOutside () const
 
FieldVector< ctype, dimensionworldintegrationOuterNormal (const FieldVector< ctype, dimension-1 > &local) const
 
FieldVector< ctype, dimensionworldouterNormal (const FieldVector< ctype, dimension-1 > &local) const
 
FieldVector< ctype, dimensionworldunitOuterNormal (const FieldVector< ctype, dimension-1 > &local) const
 
FieldVector< ctype, dimensionworldcenterUnitOuterNormal () const
 

Static Public Attributes

static const int dimension = std::remove_const< GridFamily >::type::dimension
 
static const int dimensionworld = std::remove_const< GridFamily >::type::dimensionworld
 

Member Typedef Documentation

template<class GridFamily >
typedef std::remove_const< GridFamily >::type::ctype Dune::Fem::DeadIntersection< GridFamily >::ctype
template<class GridFamily >
typedef Traits::template Codim< 0 >::Entity Dune::Fem::DeadIntersection< GridFamily >::Entity
template<class GridFamily >
typedef Traits::template Codim< 1 >::Geometry Dune::Fem::DeadIntersection< GridFamily >::Geometry
template<class GridFamily >
typedef Traits::template Codim< 1 >::LocalGeometry Dune::Fem::DeadIntersection< GridFamily >::LocalGeometry

Member Function Documentation

template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::boundary ( ) const
inline
template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::boundaryId ( ) const
inline
template<class GridFamily >
size_t Dune::Fem::DeadIntersection< GridFamily >::boundarySegmentIndex ( ) const
inline
template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::centerUnitOuterNormal ( ) const
inline
template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::conforming ( ) const
inline
template<class GridFamily >
const Geometry& Dune::Fem::DeadIntersection< GridFamily >::geometry ( ) const
inline
template<class GridFamily >
const LocalGeometry& Dune::Fem::DeadIntersection< GridFamily >::geometryInInside ( ) const
inline
template<class GridFamily >
const LocalGeometry& Dune::Fem::DeadIntersection< GridFamily >::geometryInOutside ( ) const
inline
template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::indexInInside ( ) const
inline
template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::indexInOutside ( ) const
inline
template<class GridFamily >
Entity Dune::Fem::DeadIntersection< GridFamily >::inside ( ) const
inline
template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::integrationOuterNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline
template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::neighbor ( ) const
inline
template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::outerNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline
template<class GridFamily >
Entity Dune::Fem::DeadIntersection< GridFamily >::outside ( ) const
inline
template<class GridFamily >
GeometryType Dune::Fem::DeadIntersection< GridFamily >::type ( ) const
inline
template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::unitOuterNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline

Member Data Documentation

template<class GridFamily >
const int Dune::Fem::DeadIntersection< GridFamily >::dimension = std::remove_const< GridFamily >::type::dimension
static
template<class GridFamily >
const int Dune::Fem::DeadIntersection< GridFamily >::dimensionworld = std::remove_const< GridFamily >::type::dimensionworld
static

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