|
dune-alugrid
2.8-git
|
#include <dune/alugrid/common/transformation.hh>
Public Types | |
| typedef FieldVector< ctype, dimension > | WorldVector |
| typedef FieldMatrix< ctype, dimension, dimension > | WorldMatrix |
Public Member Functions | |
| ALUGridTransformation (const WorldMatrix &matrix, const WorldVector &shift) | |
| WorldVector | evaluate (const WorldVector &x) const |
| WorldVector | evaluateInverse (const WorldVector &y) const |
Static Public Attributes | |
| static const int | dimension = dimw |
| typedef FieldMatrix< ctype, dimension, dimension > Dune::ALUGridTransformation< ctype, dimw >::WorldMatrix |
| typedef FieldVector< ctype, dimension > Dune::ALUGridTransformation< ctype, dimw >::WorldVector |
|
inline |
|
inline |
|
inline |
|
static |