dune-geometry  2.2.0
Public Types | Public Member Functions | Static Public Attributes | Friends
Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits > Class Template Reference

#include <dune/geometry/genericgeometry/cachedmapping.hh>

List of all members.

Public Types

typedef Traits::FieldType ctype
typedef Traits::JacobianType FieldMatrix

Public Member Functions

 operator bool () const
 operator const FieldMatrix & () const
template<class X , class Y >
void mv (const X &x, Y &y) const
template<class X , class Y >
void mtv (const X &x, Y &y) const
template<class X , class Y >
void umv (const X &x, Y &y) const
template<class X , class Y >
void umtv (const X &x, Y &y) const
template<class X , class Y >
void mmv (const X &x, Y &y) const
template<class X , class Y >
void mmtv (const X &x, Y &y) const
ctype det () const

Static Public Attributes

static const int rows = Traits::dimWorld
static const int cols = Traits::dimension

Friends

class CachedMapping

template<unsigned int dim, class GeometryTraits>
class Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >


Member Typedef Documentation

template<unsigned int dim, class GeometryTraits>
typedef Traits::FieldType Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::ctype
template<unsigned int dim, class GeometryTraits>
typedef Traits::JacobianType Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::FieldMatrix

Member Function Documentation

template<unsigned int dim, class GeometryTraits>
ctype Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::det ( ) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::mmtv ( const X &  x,
Y &  y 
) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::mmv ( const X &  x,
Y &  y 
) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::mtv ( const X &  x,
Y &  y 
) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::mv ( const X &  x,
Y &  y 
) const [inline]
template<unsigned int dim, class GeometryTraits>
Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::operator bool ( ) const [inline]
template<unsigned int dim, class GeometryTraits>
Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::operator const FieldMatrix & ( ) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::umtv ( const X &  x,
Y &  y 
) const [inline]
template<unsigned int dim, class GeometryTraits>
template<class X , class Y >
void Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::umv ( const X &  x,
Y &  y 
) const [inline]

Friends And Related Function Documentation

template<unsigned int dim, class GeometryTraits>
friend class CachedMapping [friend]

Member Data Documentation

template<unsigned int dim, class GeometryTraits>
const int Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::cols = Traits::dimension [static]
template<unsigned int dim, class GeometryTraits>
const int Dune::GenericGeometry::CachedJacobianInverseTransposed< dim, GeometryTraits >::rows = Traits::dimWorld [static]

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