dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::Fem::DeadIntersection< GridFamily > Class Template Reference

#include <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

◆ ctype

template<class GridFamily >
typedef std::remove_const<GridFamily>::type::ctype Dune::Fem::DeadIntersection< GridFamily >::ctype

◆ Entity

template<class GridFamily >
typedef Traits::template Codim<0>::Entity Dune::Fem::DeadIntersection< GridFamily >::Entity

◆ Geometry

template<class GridFamily >
typedef Traits::template Codim<1>::Geometry Dune::Fem::DeadIntersection< GridFamily >::Geometry

◆ LocalGeometry

template<class GridFamily >
typedef Traits::template Codim<1>::LocalGeometry Dune::Fem::DeadIntersection< GridFamily >::LocalGeometry

Member Function Documentation

◆ boundary()

template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::boundary ( ) const
inline

◆ boundaryId()

template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::boundaryId ( ) const
inline

◆ boundarySegmentIndex()

template<class GridFamily >
size_t Dune::Fem::DeadIntersection< GridFamily >::boundarySegmentIndex ( ) const
inline

◆ centerUnitOuterNormal()

template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::centerUnitOuterNormal ( ) const
inline

◆ conforming()

template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::conforming ( ) const
inline

◆ geometry()

template<class GridFamily >
const Geometry & Dune::Fem::DeadIntersection< GridFamily >::geometry ( ) const
inline

◆ geometryInInside()

template<class GridFamily >
const LocalGeometry & Dune::Fem::DeadIntersection< GridFamily >::geometryInInside ( ) const
inline

◆ geometryInOutside()

template<class GridFamily >
const LocalGeometry & Dune::Fem::DeadIntersection< GridFamily >::geometryInOutside ( ) const
inline

◆ indexInInside()

template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::indexInInside ( ) const
inline

◆ indexInOutside()

template<class GridFamily >
int Dune::Fem::DeadIntersection< GridFamily >::indexInOutside ( ) const
inline

◆ inside()

template<class GridFamily >
Entity Dune::Fem::DeadIntersection< GridFamily >::inside ( ) const
inline

◆ integrationOuterNormal()

template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::integrationOuterNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline

◆ neighbor()

template<class GridFamily >
bool Dune::Fem::DeadIntersection< GridFamily >::neighbor ( ) const
inline

◆ outerNormal()

template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::outerNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline

◆ outside()

template<class GridFamily >
Entity Dune::Fem::DeadIntersection< GridFamily >::outside ( ) const
inline

◆ type()

template<class GridFamily >
GeometryType Dune::Fem::DeadIntersection< GridFamily >::type ( ) const
inline

◆ unitOuterNormal()

template<class GridFamily >
FieldVector< ctype, dimensionworld > Dune::Fem::DeadIntersection< GridFamily >::unitOuterNormal ( const FieldVector< ctype, dimension-1 > &  local) const
inline

Member Data Documentation

◆ dimension

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

◆ dimensionworld

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: