|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/transformation.hh>
Public Types | |
| typedef Alberta::Real | ctype |
| typedef FieldVector< ctype, dimension > | WorldVector |
Public Member Functions | |
| AlbertaTransformation (const Alberta::AffineTransformation *trafo=NULL) | |
| AlbertaTransformation (const GlobalSpace::Matrix &matrix, const GlobalSpace::Vector &shift) | |
| WorldVector | evaluate (const WorldVector &x) const |
| WorldVector | evaluateInverse (const WorldVector &y) const |
Static Public Attributes | |
| static const int | dimension = Alberta::dimWorld |
| typedef FieldVector< ctype, dimension > Dune::AlbertaTransformation::WorldVector |
| Dune::AlbertaTransformation::AlbertaTransformation | ( | const Alberta::AffineTransformation * | trafo = NULL | ) | [inline, explicit] |
| Dune::AlbertaTransformation::AlbertaTransformation | ( | const GlobalSpace::Matrix & | matrix, |
| const GlobalSpace::Vector & | shift | ||
| ) | [inline] |
| WorldVector Dune::AlbertaTransformation::evaluate | ( | const WorldVector & | x | ) | const [inline] |
References dimension.
| WorldVector Dune::AlbertaTransformation::evaluateInverse | ( | const WorldVector & | y | ) | const [inline] |
References dimension.
const int Dune::AlbertaTransformation::dimension = Alberta::dimWorld [static] |
Referenced by evaluate(), and evaluateInverse().
1.7.6.1