#include <yaspgrid.hh>
Public Member Functions | |
GeometryType | type () const |
return the element type identifier | |
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 | |
ctype | integrationElement (const FieldVector< ctype, 0 > &local) const |
FieldMatrix< ctype, cdim, 0 > & | jacobianInverseTransposed (const FieldVector< ctype, 0 > &local) const |
Compute the transposed of the inverse jacobi matrix. | |
YaspGeometry (const FieldVector< ctype, cdim > &p) | |
constructor | |
void | print (std::ostream &s) const |
print function | |
ctype | volume () const |
return volume of the geometry |
ctype Dune::YaspGeometry< 0, cdim, GridImp >::integrationElement | ( | const FieldVector< ctype, 0 > & | local | ) | const [inline] |
determinant of the jacobian of the mapping