|
dune-geometry
2.3.1
|
abstract base class for generic mapping More...
#include <dune/geometry/genericgeometry/hybridmapping.hh>

Classes | |
| struct | Codim |
Public Types | |
| typedef Traits::FieldType | FieldType |
| typedef Traits::LocalCoordinate | LocalCoordinate |
| typedef Traits::GlobalCoordinate | GlobalCoordinate |
| typedef CachedJacobianTransposed < dimension, GeometryTraits > | JacobianTransposed |
| typedef CachedJacobianInverseTransposed < dimension, GeometryTraits > | JacobianInverseTransposed |
| typedef GeometryTraits::Caching | Caching |
| typedef GeometryTraits::UserData | UserData |
Public Member Functions | |
| virtual | ~HybridMapping () |
| virtual bool | affine () const =0 |
| is this mapping affine? More... | |
| virtual Dune::GeometryType | type () const =0 |
| obtain the name of the reference element More... | |
| virtual int | numCorners () const =0 |
| obtain number of corners of the corresponding reference element More... | |
| virtual GlobalCoordinate | corner (int i) const =0 |
| obtain coordinates of the i-th corner More... | |
| virtual GlobalCoordinate | center () const =0 |
| obtain the centroid of the mapping's image More... | |
| virtual GlobalCoordinate | global (const LocalCoordinate &x) const =0 |
| evaluate the mapping More... | |
| virtual LocalCoordinate | local (const GlobalCoordinate &y) const =0 |
| evaluate the inverse mapping More... | |
| virtual bool | checkInside (const LocalCoordinate &x) const =0 |
| check whether a point lies within the reference element More... | |
| virtual FieldType | integrationElement (const LocalCoordinate &x) const =0 |
| obtain the integration element More... | |
| virtual FieldType | volume () const =0 |
| obtain the volume of the mapping's image More... | |
| virtual const JacobianTransposed & | jacobianTransposed (const LocalCoordinate &x) const =0 |
| obtain the transposed of the Jacobian More... | |
| virtual const JacobianInverseTransposed & | jacobianInverseTransposed (const LocalCoordinate &x) const =0 |
| obtain the transposed of the Jacobian's inverse More... | |
| virtual This * | clone () const =0 |
| virtual This * | clone (char *mappingStorage) const =0 |
| template<int codim> | |
| Codim< codim >::Trace * | trace (unsigned int i, char *mappingStorage) const |
| const UserData & | userData () const |
| UserData & | userData () |
Static Public Attributes | |
| static const unsigned int | dimension = Traits::dimension |
| static const unsigned int | dimWorld = Traits::dimWorld |
Protected Types | |
| typedef MappingTraits < typename GeometryTraits::CoordTraits, dim, GeometryTraits::dimWorld > | Traits |
abstract base class for generic mapping
This is the user-visible class of the generic geometries if the topology type for each codimension is not unique.
| typedef GeometryTraits::Caching Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::Caching |
| typedef Traits::FieldType Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::FieldType |
| typedef Traits::GlobalCoordinate Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::GlobalCoordinate |
| typedef CachedJacobianInverseTransposed< dimension, GeometryTraits > Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::JacobianInverseTransposed |
| typedef CachedJacobianTransposed< dimension, GeometryTraits > Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::JacobianTransposed |
| typedef Traits::LocalCoordinate Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::LocalCoordinate |
|
protected |
| typedef GeometryTraits::UserData Dune::GenericGeometry::HybridMapping< dim, GeometryTraits >::UserData |
|
inlinevirtual |
|
pure virtual |
is this mapping affine?
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
obtain the centroid of the mapping's image
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
check whether a point lies within the reference element
| [in] | x | local coordinate of point to check |
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
|
pure virtual |
|
pure virtual |
obtain coordinates of the i-th corner
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
evaluate the mapping
| [in] | x | local coordinate to map |
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
obtain the integration element
If the Jacobian of the mapping is denoted by $J(x)$, the integration integration element
is given by
| [in] | x | local coordinate to evaluate the integration element in |
.Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
obtain the transposed of the Jacobian's inverse
The Jacobian's inverse is defined as a pseudo-inverse. If we denote the Jacobian by
, the following condition holds:
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
obtain the transposed of the Jacobian
| [in] | x | local coordinate to evaluate Jacobian in |
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
evaluate the inverse mapping
| [in] | y | global coordinate to map |
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
pure virtual |
obtain number of corners of the corresponding reference element
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
inline |
|
pure virtual |
obtain the name of the reference element
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
inline |
|
inline |
|
pure virtual |
obtain the volume of the mapping's image
Implemented in Dune::GenericGeometry::VirtualMapping< Topology, GeometryTraits >.
|
static |
|
static |
1.8.7