dune-geometry  2.3.1
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | Friends | List of all members
Dune::GenericGeometry::CachedStorage< dim, GeometryTraits > Class Template Reference

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

Public Types

typedef MappingTraits
< typename
GeometryTraits::CoordTraits,
dimension, dimWorld
Traits
 
typedef GeometryTraits::Caching Caching
 

Public Member Functions

 CachedStorage ()
 

Public Attributes

Traits::JacobianTransposedType jacobianTransposed
 
Traits::JacobianType jacobianInverseTransposed
 
Traits::FieldType integrationElement
 
bool affine: 1
 
bool jacobianTransposedComputed: 1
 
bool jacobianInverseTransposedComputed: 1
 
bool integrationElementComputed: 1
 

Static Public Attributes

static const unsigned int dimension = dim
 
static const unsigned int dimWorld = GeometryTraits::dimWorld
 

Friends

class CachedJacobianTransposed< dim, GeometryTraits >
 

Member Typedef Documentation

template<unsigned int dim, class GeometryTraits >
typedef GeometryTraits::Caching Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::Caching
template<unsigned int dim, class GeometryTraits >
typedef MappingTraits< typename GeometryTraits::CoordTraits, dimension, dimWorld > Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::Traits

Constructor & Destructor Documentation

template<unsigned int dim, class GeometryTraits >
Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::CachedStorage ( )
inline

Friends And Related Function Documentation

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

Member Data Documentation

template<unsigned int dim, class GeometryTraits >
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::affine
template<unsigned int dim, class GeometryTraits >
const unsigned int Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::dimension = dim
static
template<unsigned int dim, class GeometryTraits >
const unsigned int Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::dimWorld = GeometryTraits::dimWorld
static
template<unsigned int dim, class GeometryTraits >
Traits::FieldType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::integrationElement
template<unsigned int dim, class GeometryTraits >
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::integrationElementComputed
template<unsigned int dim, class GeometryTraits >
Traits::JacobianType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianInverseTransposed
template<unsigned int dim, class GeometryTraits >
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianInverseTransposedComputed
template<unsigned int dim, class GeometryTraits >
Traits::JacobianTransposedType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianTransposed
template<unsigned int dim, class GeometryTraits >
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianTransposedComputed

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