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

#include <dune/fem/gridpart/geogridpart/intersection.hh>

Public Types

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

Public Member Functions

 GeoIntersection (const CoordFunctionType &coordFunction, const ElementGeometry &insideGeo, HostIntersectionType hostIntersection)
 
Entity inside () const
 
Entity outside () const
 
bool boundary () const
 
bool conforming () const
 
bool neighbor () const
 
int boundaryId () const
 
size_t boundarySegmentIndex () const
 
LocalGeometry geometryInInside () const
 
LocalGeometry geometryInOutside () const
 
Geometry geometry () 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
 
const CoordFunctionTypecoordFunction () const
 
const HostIntersectionType & hostIntersection () 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

◆ CoordFunctionType

template<class GridFamily >
typedef Traits::CoordFunctionType Dune::Fem::GeoIntersection< GridFamily >::CoordFunctionType

◆ ctype

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

◆ ElementGeometry

template<class GridFamily >
typedef Traits::template Codim<0>::Geometry Dune::Fem::GeoIntersection< GridFamily >::ElementGeometry

◆ Entity

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

◆ Geometry

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

◆ LocalGeometry

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

Constructor & Destructor Documentation

◆ GeoIntersection()

template<class GridFamily >
Dune::Fem::GeoIntersection< GridFamily >::GeoIntersection ( const CoordFunctionType coordFunction,
const ElementGeometry insideGeo,
HostIntersectionType  hostIntersection 
)
inline

Member Function Documentation

◆ boundary()

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

◆ boundaryId()

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

◆ boundarySegmentIndex()

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

◆ centerUnitOuterNormal()

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

◆ conforming()

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

◆ coordFunction()

template<class GridFamily >
const CoordFunctionType & Dune::Fem::GeoIntersection< GridFamily >::coordFunction ( ) const
inline

◆ geometry()

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

◆ geometryInInside()

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

◆ geometryInOutside()

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

◆ hostIntersection()

template<class GridFamily >
const HostIntersectionType & Dune::Fem::GeoIntersection< GridFamily >::hostIntersection ( ) const
inline

◆ indexInInside()

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

◆ indexInOutside()

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

◆ inside()

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

◆ integrationOuterNormal()

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

◆ neighbor()

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

◆ outerNormal()

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

◆ outside()

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

◆ type()

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

◆ unitOuterNormal()

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

Member Data Documentation

◆ dimension

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

◆ dimensionworld

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

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