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

Public Types | |
| enum | { CodimInHostGrid = GridImp::HostGridType::dimension - mydim } |
| enum | { DimensionWorld = GridImp::HostGridType::dimensionworld } |
| typedef GridImp::HostGridType::Traits::template Codim< CodimInHostGrid >::Geometry | HostGridGeometryType |
| typedef GridImp::HostGridType::Traits::template Codim< CodimInHostGrid >::Geometry | HostGridLocalGeometryType |
| typedef conditional< coorddim==DimensionWorld, HostGridGeometryType, HostGridLocalGeometryType >::type | HostGridGeometry |
| typedef HostGridGeometryType::JacobianInverseTransposed | JacobianInverseTransposed |
| type of jacobian transposed More... | |
| typedef HostGridGeometryType::JacobianTransposed | JacobianTransposed |
| typedef FieldVector< ctype, mydim > | LocalCoordinate |
| typedef FieldVector< ctype, cdim > | GlobalCoordinate |
Public Member Functions | |
| IdentityGridGeometry (const HostGridGeometry &hostGeometry) | |
| GeometryType | type () const |
| Return the element type identifier. More... | |
| bool | affine () const |
| int | corners () const |
| return the number of corners of this element. Corners are numbered 0...n-1 More... | |
| const FieldVector< ctype, coorddim > | corner (int i) const |
| access to coordinates of corners. Index is the number of the corner More... | |
| FieldVector< ctype, coorddim > | global (const FieldVector< ctype, mydim > &local) const |
| Maps a local coordinate within reference element to global coordinate in element. More... | |
| JacobianTransposed | jacobianTransposed (const FieldVector< ctype, mydim > &local) const |
| Return the transposed of the Jacobian. More... | |
| 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. More... | |
| bool | checkInside (const FieldVector< ctype, mydim > &local) const |
| Returns true if the point is in the current element. More... | |
| 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. More... | |
| ctype | volume () const |
| return volume of the geometry More... | |
| GlobalCoordinate | center () const |
| return center of the geometry More... | |
Public Attributes | |
| HostGridGeometry | hostGeometry_ |
Static Public Attributes | |
| static const int | mydimension |
| static const int | coorddimension |
|
inherited |
| typedef conditional<coorddim==DimensionWorld, HostGridGeometryType, HostGridLocalGeometryType>::type Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridGeometry |
| typedef GridImp::HostGridType::Traits::template Codim<CodimInHostGrid>::Geometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridGeometryType |
| typedef GridImp::HostGridType::Traits::template Codim<CodimInHostGrid>::Geometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::HostGridLocalGeometryType |
| typedef HostGridGeometryType::JacobianInverseTransposed Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::JacobianInverseTransposed |
type of jacobian transposed
| typedef HostGridGeometryType::JacobianTransposed Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::JacobianTransposed |
|
inherited |
|
inline |
constructor from host geometry
|
inline |
|
inlineinherited |
return center of the geometry
|
inline |
Returns true if the point is in the current element.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
access to coordinates of corners. Index is the number of the corner
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
return the number of corners of this element. Corners are numbered 0...n-1
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
Maps a local coordinate within reference element to global coordinate in element.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
|
inline |
The Jacobian matrix of the mapping from the reference element to this element.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
Return the transposed of the Jacobian.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
Maps a global coordinate within the element to a local coordinate in its reference element.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inline |
Return the element type identifier.
References Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_.
|
inlineinherited |
return volume of the geometry
|
staticinherited |
| HostGridGeometry Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::hostGeometry_ |
Referenced by Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::affine(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::checkInside(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::corner(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::corners(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::global(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::integrationElement(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::jacobianInverseTransposed(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::jacobianTransposed(), Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::local(), and Dune::IdentityGridGeometry< mydim, coorddim, GridImp >::type().
|
staticinherited |
1.8.11