dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::PointTwistMapperStrategy< ct, dim > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/caching/twistprovider.hh>

Inheritance diagram for Dune::Fem::PointTwistMapperStrategy< ct, dim >:
Inheritance graph

Public Types

typedef TwistMapperStrategy< ct, dim > BaseType
 
typedef BaseType::MatrixType MatrixType
 

Public Member Functions

 PointTwistMapperStrategy (GeometryType geo)
 
virtual ~PointTwistMapperStrategy ()
 virtual desctructor because of virtual functions More...
 
virtual const MatrixTypebuildTransformationMatrix (int tiwst) const
 
int minTwist () const
 
int maxTwist () const
 

Detailed Description

template<class ct, int dim>
class Dune::Fem::PointTwistMapperStrategy< ct, dim >

Implements the creator's functionality that depends on the underlying geometry. This is the special implementation for points.

Member Typedef Documentation

template<class ct , int dim>
typedef TwistMapperStrategy<ct, dim> Dune::Fem::PointTwistMapperStrategy< ct, dim >::BaseType
template<class ct , int dim>
typedef BaseType::MatrixType Dune::Fem::PointTwistMapperStrategy< ct, dim >::MatrixType

Constructor & Destructor Documentation

template<class ct , int dim>
Dune::Fem::PointTwistMapperStrategy< ct, dim >::PointTwistMapperStrategy ( GeometryType  geo)
template<class ct , int dim>
virtual Dune::Fem::PointTwistMapperStrategy< ct, dim >::~PointTwistMapperStrategy ( )
inlinevirtual

virtual desctructor because of virtual functions

Member Function Documentation

template<class ct , int dim>
const TwistMapperStrategy< ct, dim >::MatrixType & Dune::Fem::PointTwistMapperStrategy< ct, dim >::buildTransformationMatrix ( int  tiwst) const
virtual
template<class ct, int dim>
int Dune::Fem::TwistMapperStrategy< ct, dim >::maxTwist ( ) const
inlineinherited
template<class ct, int dim>
int Dune::Fem::TwistMapperStrategy< ct, dim >::minTwist ( ) const
inlineinherited

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