|
dune-grid
2.2.0
|
#include <dune/grid/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 |
| Dune::ALUGridTransformation< ctype, dimw >::ALUGridTransformation | ( | const WorldMatrix & | matrix, |
| const WorldVector & | shift | ||
| ) | [inline] |
| WorldVector Dune::ALUGridTransformation< ctype, dimw >::evaluate | ( | const WorldVector & | x | ) | const [inline] |
| WorldVector Dune::ALUGridTransformation< ctype, dimw >::evaluateInverse | ( | const WorldVector & | y | ) | const [inline] |
const int Dune::ALUGridTransformation< ctype, dimw >::dimension = dimw [static] |
1.7.6.1