dune-geometry
2.2.0
|
Default mapping traits using Dune::FieldVector and Dune::FieldMatrix. More...
#include <dune/geometry/genericgeometry/geometrytraits.hh>
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 |
Default mapping traits using Dune::FieldVector and Dune::FieldMatrix.
typedef CT Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::CoordTraits |
typedef CoordTraits :: ctype Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::FieldType |
typedef CoordTraits :: template Vector< dimWorld >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::GlobalCoordinate |
typedef CoordTraits :: template Matrix< dimension, dimWorld >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::JacobianTransposedType |
typedef CoordTraits :: template Matrix< dimWorld, dimension >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::JacobianType |
typedef CoordTraits :: template Vector< dimension >:: type Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::LocalCoordinate |
typedef GenericGeometry :: MatrixHelper< CoordTraits > Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::MatrixHelper |
const unsigned int Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::dimension = dim [static] |
const unsigned int Dune::GenericGeometry::MappingTraits< CT, dim, dimW >::dimWorld = dimW [static] |