|
dune-alugrid
2.8-git
|
#include <dune/alugrid/common/twists.hh>
Public Member Functions | |
| operator int () const | |
Construction | |
| ALUTwist () | |
| default constructor; results in identity twist More... | |
| ALUTwist (GeometryType) | |
| ALUTwist (int aluTwist) | |
| ALUTwist (bool positive) | |
Copying and Assignment | |
| ALUTwist (const ALUTwist &other) | |
| copy constructor More... | |
| ALUTwist & | operator= (const ALUTwist &other) |
| assignment operator More... | |
Group Operations | |
| ALUTwist | operator* (const ALUTwist &other) const |
| composition More... | |
| ALUTwist | operator/ (const ALUTwist &other) const |
| composition with inverse More... | |
| ALUTwist & | operator*= (const ALUTwist &other) |
| composition More... | |
| ALUTwist & | operator/= (const ALUTwist &other) |
| composition with inverse More... | |
| ALUTwist | inverse () const |
| obtain inverse More... | |
| bool | operator== (const ALUTwist &other) const |
| Comparison. More... | |
| bool | operator!= (const ALUTwist &other) const |
| check for inequality More... | |
| GeometryType | type () const |
| Topological Corner Mapping. More... | |
| int | operator() (int i) const |
| map i-th corner More... | |
| int | operator() (int i, int codim) const |
| template<class ctype > | |
| operator AffineGeometry< ctype, dimension, dimension > () const | |
| Geometric Equivalent. More... | |
| bool | positive () const |
| equivalent to | |
Static Public Attributes | |
| static const int | dimension = 1 |
| dimension More... | |
|
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