dune-mmesh 1.4.1-git
Loading...
Searching...
No Matches
Dune::Fem::TwistUtility< MMesh< HostGrid, dim > > Struct Template Reference

Specialization of TwistUtility for MMesh. More...

#include <dune/mmesh/misc/twistutility.hh>

Public Types

typedef MMesh< HostGrid, dimGridType
 
typedef GridType::Traits::LeafIntersectionIterator LeafIntersectionIterator
 
typedef LeafIntersectionIterator::Intersection LeafIntersection
 
typedef GridType::Traits::LevelIntersectionIterator LevelIntersectionIterator
 
typedef LevelIntersectionIterator::Intersection LevelIntersection
 

Static Public Member Functions

static int twistInSelf (const GridType &grid, const LeafIntersection &intersection)
 return twist for inner face
 
static int twistInNeighbor (const GridType &grid, const LeafIntersection &intersection)
 return twist for outer face
 
template<class Intersection >
static GeometryType elementGeometry (const Intersection &intersection, const bool inside)
 return element geometry type of inside or outside entity
 

Detailed Description

template<class HostGrid, int dim>
struct Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >

Specialization of TwistUtility for MMesh.

Member Typedef Documentation

◆ GridType

template<class HostGrid , int dim>
typedef MMesh<HostGrid, dim> Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::GridType

◆ LeafIntersection

template<class HostGrid , int dim>
typedef LeafIntersectionIterator::Intersection Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::LeafIntersection

◆ LeafIntersectionIterator

template<class HostGrid , int dim>
typedef GridType::Traits::LeafIntersectionIterator Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::LeafIntersectionIterator

◆ LevelIntersection

template<class HostGrid , int dim>
typedef LevelIntersectionIterator::Intersection Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::LevelIntersection

◆ LevelIntersectionIterator

template<class HostGrid , int dim>
typedef GridType::Traits::LevelIntersectionIterator Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::LevelIntersectionIterator

Member Function Documentation

◆ elementGeometry()

template<class HostGrid , int dim>
template<class Intersection >
static GeometryType Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::elementGeometry ( const Intersection intersection,
const bool  inside 
)
inlinestatic

return element geometry type of inside or outside entity

◆ twistInNeighbor()

template<class HostGrid , int dim>
static int Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::twistInNeighbor ( const GridType grid,
const LeafIntersection intersection 
)
inlinestatic

return twist for outer face

◆ twistInSelf()

template<class HostGrid , int dim>
static int Dune::Fem::TwistUtility< MMesh< HostGrid, dim > >::twistInSelf ( const GridType grid,
const LeafIntersection intersection 
)
inlinestatic

return twist for inner face


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