|
dune-grid
2.2.1
|
specialization for dim=0, this is a vertex More...
#include <dune/grid/yaspgrid.hh>
Public Types | |
| typedef GridImp::ctype | ctype |
| typedef FieldVector< ctype, mydim > | LocalCoordinate |
| typedef FieldVector< ctype, cdim > | GlobalCoordinate |
| typedef FieldMatrix< ctype, cdim, mydim > | Jacobian |
| type of jacobian (also of jacobian inverse transposed) More... | |
| typedef FieldMatrix< ctype, mydim, cdim > | JacobianTransposed |
| type of jacobian transposed More... | |
Public Member Functions | |
| GeometryType | type () const |
| return the element type identifier More... | |
| bool | affine () const |
| here we have always an affine geometry More... | |
| int | corners () const |
| return the number of corners of this element. Corners are numbered 0...n-1 More... | |
| const FieldVector< ctype, cdim > & | operator[] (int i) const |
| access to coordinates of corners. Index is the number of the corner More... | |
| FieldVector< ctype, cdim > | corner (const int i) const |
| access to coordinates of corners. Index is the number of the corner More... | |
| FieldVector< ctype, cdim > | center () const |
| access to the center/centroid More... | |
| ctype | integrationElement (const FieldVector< ctype, 0 > &local) const |
| FieldMatrix< ctype, 0, cdim > & | jacobianTransposed (const FieldVector< ctype, 0 > &local) const |
| Compute the transposed of the jacobi matrix. More... | |
| FieldMatrix< ctype, cdim, 0 > & | jacobianInverseTransposed (const FieldVector< ctype, 0 > &local) const |
| Compute the transposed of the inverse jacobi matrix. More... | |
| YaspGeometry () | |
| default constructor More... | |
| YaspGeometry (const FieldVector< ctype, cdim > &p) | |
| constructor More... | |
| YaspGeometry (const FieldVector< ctype, cdim > &p, const FieldVector< ctype, cdim > &, uint8_t &) | |
| void | print (std::ostream &s) const |
| print function More... | |
| ctype | volume () const |
| return volume of the geometry More... | |
Static Public Attributes | |
| static const int | mydimension |
| static const int | coorddimension |
specialization for dim=0, this is a vertex
| typedef GridImp::ctype Dune::YaspGeometry< 0, cdim, GridImp >::ctype |
|
inherited |
|
inherited |
type of jacobian (also of jacobian inverse transposed)
|
inherited |
type of jacobian transposed
|
inherited |
|
inline |
default constructor
|
inlineexplicit |
constructor
|
inline |
|
inline |
here we have always an affine geometry
|
inline |
access to the center/centroid
|
inline |
access to coordinates of corners. Index is the number of the corner
|
inline |
return the number of corners of this element. Corners are numbered 0...n-1
|
inline |
determinant of the jacobian of the mapping
|
inline |
Compute the transposed of the inverse jacobi matrix.
|
inline |
Compute the transposed of the jacobi matrix.
|
inline |
access to coordinates of corners. Index is the number of the corner
|
inline |
print function
|
inline |
return the element type identifier
References Dune::cube.
|
inlineinherited |
return volume of the geometry
|
staticinherited |
|
staticinherited |
1.8.3.1