|
dune-alugrid 2.8.0
|
#include <dune/alugrid/common/twists.hh>
Public Member Functions | |
| operator int () const | |
Construction | |
| ALUTwist () | |
| default constructor; results in identity twist | |
| ALUTwist (GeometryType) | |
| ALUTwist (int aluTwist) | |
| ALUTwist (bool positive) | |
Copying and Assignment | |
| ALUTwist (const ALUTwist &other) | |
| copy constructor | |
| ALUTwist & | operator= (const ALUTwist &other) |
| assignment operator | |
Group Operations | |
| ALUTwist | operator* (const ALUTwist &other) const |
| composition | |
| ALUTwist | operator/ (const ALUTwist &other) const |
| composition with inverse | |
| ALUTwist & | operator*= (const ALUTwist &other) |
| composition | |
| ALUTwist & | operator/= (const ALUTwist &other) |
| composition with inverse | |
| ALUTwist | inverse () const |
| obtain inverse | |
| bool | operator== (const ALUTwist &other) const |
| Comparison. | |
| bool | operator!= (const ALUTwist &other) const |
| check for inequality | |
| GeometryType | type () const |
| Topological Corner Mapping. | |
| int | operator() (int i) const |
| map i-th corner | |
| int | operator() (int i, int codim) const |
| template<class ctype > | |
| operator AffineGeometry< ctype, dimension, dimension > () const | |
| Geometric Equivalent. | |
| bool | positive () const |
equivalent to ![]() | |
Static Public Attributes | |
| static const int | dimension = 1 |
| dimension | |
|
inline |
default constructor; results in identity twist
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
copy constructor
|
inline |
obtain inverse
|
inline |
Geometric Equivalent.
cast into affine geometry 
|
inline |
|
inline |
check for inequality
|
inline |
map i-th corner
| [in] | i | corner index |
|
inline |
|
inline |
composition
|
inline |
composition
|
inline |
composition with inverse
|
inline |
composition with inverse
|
inline |
assignment operator
|
inline |
Comparison.
check for equality
|
inline |
equivalent to 
|
inline |
Topological Corner Mapping.
obtain type of reference element
|
static |
dimension