dune-geometry
2.2.0
|
#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 > |
typedef GeometryTraits::Caching Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::Caching |
typedef MappingTraits< typename GeometryTraits::CoordTraits, dimension, dimWorld > Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::Traits |
Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::CachedStorage | ( | ) | [inline] |
friend class CachedJacobianTransposed< dim, GeometryTraits > [friend] |
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::affine |
const unsigned int Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::dimension = dim [static] |
const unsigned int Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::dimWorld = GeometryTraits::dimWorld [static] |
Traits::FieldType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::integrationElement |
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::integrationElementComputed |
Traits::JacobianType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianInverseTransposed |
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianInverseTransposedComputed |
Traits::JacobianTransposedType Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianTransposed |
bool Dune::GenericGeometry::CachedStorage< dim, GeometryTraits >::jacobianTransposedComputed |