dune-grid
2.2.0
|
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) | |
typedef FieldMatrix< ctype, mydim, cdim > | JacobianTransposed |
type of jacobian transposed |
Public Member Functions | |
GeometryType | type () const |
return the element type identifier | |
bool | affine () const |
here we have always an affine geometry | |
int | corners () const |
return the number of corners of this element. Corners are numbered 0...n-1 | |
const FieldVector< ctype, cdim > & | operator[] (int i) const |
access to coordinates of corners. Index is the number of the corner | |
FieldVector< ctype, cdim > | corner (const int i) const |
access to coordinates of corners. Index is the number of the corner | |
FieldVector< ctype, cdim > | center () const |
access to the center/centroid | |
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. | |
FieldMatrix< ctype, cdim, 0 > & | jacobianInverseTransposed (const FieldVector< ctype, 0 > &local) const |
Compute the transposed of the inverse jacobi matrix. | |
YaspGeometry () | |
default constructor | |
YaspGeometry (const FieldVector< ctype, cdim > &p) | |
constructor | |
YaspGeometry (const FieldVector< ctype, cdim > &p, const FieldVector< ctype, cdim > &, uint8_t &) | |
void | print (std::ostream &s) const |
print function | |
ctype | volume () const |
return volume of the geometry |
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 |
Reimplemented from Dune::GeometryDefaultImplementation< 0, cdim, GridImp, YaspGeometry >.
|
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
Reimplemented from Dune::GeometryDefaultImplementation< 0, cdim, GridImp, YaspGeometry >.
|
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 |