Dune::YaspGeometry< 0, cdim, GridImp > Class Template Reference
#include <yaspgrid.hh>
Inheritance diagram for Dune::YaspGeometry< 0, cdim, GridImp >:

Detailed Description
template<int cdim, class GridImp>
class Dune::YaspGeometry< 0, cdim, GridImp >
specialization for dim=0, this is a vertex 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 |
YaspGeometry (const FieldVector< ctype, cdim > &p) | |
constructor | |
void | print (std::ostream &s) const |
print function | |
ctype | volume () const |
return volume of the geometry |
Member Function Documentation
template<int cdim, class GridImp>
ctype Dune::YaspGeometry< 0, cdim, GridImp >::integrationElement | ( | const FieldVector< ctype, 0 > & | local | ) | const [inline] |
determinant of the jacobian of the mapping
The documentation for this class was generated from the following file: