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 | |
YaspGeometry (const FieldVector< ctype, cdim > &p) | |
constructor | |
void | print (std::ostream &s) const |
print function | |
ctype | volume () const |
return volume of the geometry |
The documentation for this class was generated from the following file: