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

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

List of all members.

Public Types

typedef Traits::FieldType ctype
typedef
Traits::JacobianTransposedType 
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::dimension
static const int cols = Traits::dimWorld

Friends

class CachedJacobianInverseTransposed< dim, GeometryTraits >

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


Member Typedef Documentation

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

Member Function Documentation

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

Friends And Related Function Documentation

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

Member Data Documentation

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

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