dune-geometry  2.3.1-rc1
Public Types | Public Member Functions | Static Public Attributes | Friends | List of all members
Dune::GenericGeometry::CachedJacobianTransposed< int, class > Class Template Reference

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

Inheritance diagram for Dune::GenericGeometry::CachedJacobianTransposed< int, class >:
Inheritance graph

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 >
 

Member Typedef Documentation

template<unsigned int, class >
typedef Traits::FieldType Dune::GenericGeometry::CachedJacobianTransposed< int, class >::ctype

Member Function Documentation

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

Friends And Related Function Documentation

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

Member Data Documentation

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

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