|
dune-fem 2.8.0
|
Helper class for TwistProvider which takes care of the creation process. More...
#include <dune/fem/quadrature/caching/twistprovider.hh>
Public Types | |
| typedef Traits::QuadratureType | QuadratureType |
| typedef Traits::PointType | PointType |
| typedef Traits::MapperType | MapperType |
| typedef FieldVector< ct, dim+1 > | CoordinateType |
| typedef TwistStorage< ct, dim > | TwistStorageType |
Public Member Functions | |
| TwistMapperCreator (const QuadratureType &quad) | |
| Constructor. | |
| ~TwistMapperCreator () | |
| Destructor. | |
| const TwistStorageType * | createStorage () const |
| Create the actual mapper for a given twist. | |
| int | minTwist () const |
| Lowest possible twist for the quadrature's geometry. | |
| int | maxTwist () const |
| Largest possible twist + 1 for the quadrature's geometry. | |
Helper class for TwistProvider which takes care of the creation process.
| typedef FieldVector<ct, dim+1> Dune::Fem::TwistMapperCreator< ct, dim >::CoordinateType |
| typedef Traits::MapperType Dune::Fem::TwistMapperCreator< ct, dim >::MapperType |
| typedef Traits::PointType Dune::Fem::TwistMapperCreator< ct, dim >::PointType |
| typedef Traits::QuadratureType Dune::Fem::TwistMapperCreator< ct, dim >::QuadratureType |
| typedef TwistStorage<ct, dim> Dune::Fem::TwistMapperCreator< ct, dim >::TwistStorageType |
| Dune::Fem::TwistMapperCreator< ct, dim >::TwistMapperCreator | ( | const QuadratureType & | quad | ) |
Constructor.
| Dune::Fem::TwistMapperCreator< ct, dim >::~TwistMapperCreator |
Destructor.
| const TwistMapperCreator< ct, dim >::TwistStorageType * Dune::Fem::TwistMapperCreator< ct, dim >::createStorage |
Create the actual mapper for a given twist.
|
inline |
Largest possible twist + 1 for the quadrature's geometry.
|
inline |
Lowest possible twist for the quadrature's geometry.