dune-geometry  2.2.0
Classes | Public Types | Static Public Attributes
Dune::GenericGeometry::MappingTraits< CT, dim, dimW > Struct Template Reference

Default mapping traits using Dune::FieldVector and Dune::FieldMatrix. More...

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

List of all members.

Classes

struct  Codim

Public Types

typedef CT CoordTraits
typedef CoordTraits::ctype FieldType
typedef CoordTraits::template
Vector< dimension >::type 
LocalCoordinate
typedef CoordTraits::template
Vector< dimWorld >::type 
GlobalCoordinate
typedef CoordTraits::template
Matrix< dimWorld, dimension >
::type 
JacobianType
typedef CoordTraits::template
Matrix< dimension, dimWorld >
::type 
JacobianTransposedType
typedef
GenericGeometry::MatrixHelper
< CoordTraits
MatrixHelper

Static Public Attributes

static const unsigned int dimension = dim
static const unsigned int dimWorld = dimW

Detailed Description

template<class CT, unsigned int dim, unsigned int dimW>
struct Dune::GenericGeometry::MappingTraits< CT, dim, dimW >

Default mapping traits using Dune::FieldVector and Dune::FieldMatrix.


Member Typedef Documentation

template<class CT , unsigned int dim, unsigned int dimW>
typedef CT Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::CoordTraits
template<class CT , unsigned int dim, unsigned int dimW>
typedef CoordTraits :: ctype Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::FieldType
template<class CT , unsigned int dim, unsigned int dimW>
typedef CoordTraits :: template Vector< dimWorld >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::GlobalCoordinate
template<class CT , unsigned int dim, unsigned int dimW>
typedef CoordTraits :: template Matrix< dimension, dimWorld >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::JacobianTransposedType
template<class CT , unsigned int dim, unsigned int dimW>
typedef CoordTraits :: template Matrix< dimWorld, dimension >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::JacobianType
template<class CT , unsigned int dim, unsigned int dimW>
typedef CoordTraits :: template Vector< dimension >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::LocalCoordinate
template<class CT , unsigned int dim, unsigned int dimW>
typedef GenericGeometry :: MatrixHelper< CoordTraits > Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::MatrixHelper

Member Data Documentation

template<class CT , unsigned int dim, unsigned int dimW>
const unsigned int Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::dimension = dim [static]
template<class CT , unsigned int dim, unsigned int dimW>
const unsigned int Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::dimWorld = dimW [static]

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