dune-grid  2.1.1
Public Types | Public Member Functions | Static Public Attributes
Dune::ALUGridTransformation< ctype, dimw > Struct Template Reference

#include <dune/grid/alugrid/common/transformation.hh>

List of all members.

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

template<class ctype, int dimw>
struct Dune::ALUGridTransformation< ctype, dimw >


Member Typedef Documentation

template<class ctype , int dimw>
typedef FieldMatrix< ctype, dimension, dimension > Dune::ALUGridTransformation< ctype, dimw >::WorldMatrix
template<class ctype , int dimw>
typedef FieldVector< ctype, dimension > Dune::ALUGridTransformation< ctype, dimw >::WorldVector

Constructor & Destructor Documentation

template<class ctype , int dimw>
Dune::ALUGridTransformation< ctype, dimw >::ALUGridTransformation ( const WorldMatrix matrix,
const WorldVector shift 
) [inline]

Member Function Documentation

template<class ctype , int dimw>
WorldVector Dune::ALUGridTransformation< ctype, dimw >::evaluate ( const WorldVector x) const [inline]
template<class ctype , int dimw>
WorldVector Dune::ALUGridTransformation< ctype, dimw >::evaluateInverse ( const WorldVector y) const [inline]

Member Data Documentation

template<class ctype , int dimw>
const int Dune::ALUGridTransformation< ctype, dimw >::dimension = dimw [static]

The documentation for this struct was generated from the following file: