|
dune-grid 2.10
|
#include <dune/grid/identitygrid/identitygridgeometry.hh>

Public Types | |
| typedef GridImp::HostGridType::Traits::template Codim< CodimInHostGrid >::Geometry | HostGridGeometryType |
| typedef GridImp::HostGridType::Traits::template Codim< CodimInHostGrid >::Geometry | HostGridLocalGeometryType |
| typedef std::conditional< coorddim==DimensionWorld, HostGridGeometryType, HostGridLocalGeometryType >::type | HostGridGeometry |
| typedef HostGridGeometryType::JacobianInverseTransposed | JacobianInverseTransposed |
| type of jacobian transposed | |
| typedef HostGridGeometryType::JacobianTransposed | JacobianTransposed |
| typedef FieldVector< ctype, mydim > | LocalCoordinate |
| typedef FieldVector< ctype, cdim > | GlobalCoordinate |
| typedef ctype | Volume |
| Number type used for the geometry volume. | |
| typedef FieldMatrix< ctype, mydim, cdim > | JacobianInverse |
| type of jacobian inverse | |
| typedef FieldMatrix< ctype, cdim, mydim > | Jacobian |
| type of jacobian | |
Public Member Functions | |
| IdentityGridGeometry (const HostGridGeometry &hostGeometry) | |
| GeometryType | type () const |
| Return the element type identifier. | |
| bool | affine () const |
| int | corners () const |
| return the number of corners of this element. Corners are numbered 0...n-1 | |
| const FieldVector< ctype, coorddim > | corner (int i) const |
| access to coordinates of corners. Index is the number of the corner | |
| FieldVector< ctype, coorddim > | global (const FieldVector< ctype, mydim > &local) const |
| Maps a local coordinate within reference element to global coordinate in element | |
| JacobianTransposed | jacobianTransposed (const FieldVector< ctype, mydim > &local) const |
| Return the transposed of the Jacobian. | |
| FieldVector< ctype, mydim > | local (const FieldVector< ctype, coorddim > &global) const |
| Maps a global coordinate within the element to a local coordinate in its reference element. | |
| bool | checkInside (const FieldVector< ctype, mydim > &local) const |
| Returns true if the point is in the current element. | |
| ctype | integrationElement (const FieldVector< ctype, mydim > &local) const |
| JacobianInverseTransposed | jacobianInverseTransposed (const FieldVector< ctype, mydim > &local) const |
| The Jacobian matrix of the mapping from the reference element to this element. | |
| Volume | volume () const |
| return volume of the geometry | |
| GlobalCoordinate | center () const |
| return center of the geometry | |
| Jacobian | jacobian (const LocalCoordinate &local) const |
| Return the Jacobian. | |
| JacobianInverse | jacobianInverse (const LocalCoordinate &local) const |
| Return inverse of Jacobian. | |
Public Attributes | |
| HostGridGeometry | hostGeometry_ |
Static Public Attributes | |
| static constexpr int | CodimInHostGrid = GridImp::HostGridType::dimension - mydim |
| static constexpr int | DimensionWorld = GridImp::HostGridType::dimensionworld |
| static const int | mydimension |
| static const int | coorddimension |
Member Typedef Documentation
◆ GlobalCoordinate
|
inherited |
◆ HostGridGeometry
| typedef std::conditional<coorddim==DimensionWorld,HostGridGeometryType,HostGridLocalGeometryType>::type Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridGeometry |
◆ HostGridGeometryType
| typedef GridImp::HostGridType::Traits::template Codim<CodimInHostGrid>::Geometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridGeometryType |
◆ HostGridLocalGeometryType
| typedef GridImp::HostGridType::Traits::template Codim<CodimInHostGrid>::Geometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridLocalGeometryType |
◆ Jacobian
|
inherited |
type of jacobian
◆ JacobianInverse
|
inherited |
type of jacobian inverse
◆ JacobianInverseTransposed
| typedef HostGridGeometryType::JacobianInverseTransposed Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::JacobianInverseTransposed |
type of jacobian transposed
◆ JacobianTransposed
| typedef HostGridGeometryType::JacobianTransposed Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::JacobianTransposed |
◆ LocalCoordinate
|
inherited |
◆ Volume
|
inherited |
Number type used for the geometry volume.
Constructor & Destructor Documentation
◆ IdentityGridGeometry()
|
inline |
constructor from host geometry
Member Function Documentation
◆ affine()
|
inline |
◆ center()
|
inlineinherited |
return center of the geometry
◆ checkInside()
|
inline |
Returns true if the point is in the current element.
◆ corner()
|
inline |
access to coordinates of corners. Index is the number of the corner
◆ corners()
|
inline |
return the number of corners of this element. Corners are numbered 0...n-1
◆ global()
|
inline |
Maps a local coordinate within reference element to global coordinate in element
◆ integrationElement()
|
inline |
◆ jacobian()
|
inlineinherited |
Return the Jacobian.
◆ jacobianInverse()
|
inlineinherited |
Return inverse of Jacobian.
◆ jacobianInverseTransposed()
|
inline |
The Jacobian matrix of the mapping from the reference element to this element.
◆ jacobianTransposed()
|
inline |
Return the transposed of the Jacobian.
◆ local()
|
inline |
Maps a global coordinate within the element to a local coordinate in its reference element.
◆ type()
|
inline |
Return the element type identifier.
◆ volume()
|
inlineinherited |
return volume of the geometry
Member Data Documentation
◆ CodimInHostGrid
|
staticconstexpr |
◆ coorddimension
|
staticinherited |
◆ DimensionWorld
|
staticconstexpr |
◆ hostGeometry_
| HostGridGeometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_ |
◆ mydimension
|
staticinherited |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8