#include <dune/grid/common/geometry.hh>
List of all members.
Public Types |
typedef GridImp::ctype | ctype |
Public Member Functions |
FieldVector< ctype, cdim > | global (const FieldVector< ctype, mydim > &local) const |
| return the only coordinate
|
FieldVector< ctype, mydim > | local (const FieldVector< ctype, cdim > &) const |
| return empty vector
|
bool | checkInside (const FieldVector< ctype, mydim > &) const |
| checkInside here returns true
|
ctype | volume () const |
| return volume of the geometry
|
FieldVector< ctype, cdim > | center () const |
| return center of the geometry
|
template<int cdim, class GridImp, template< int, int, class > class GeometryImp>
class Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >
Member Typedef Documentation
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
Member Function Documentation
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return center of the geometry
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
checkInside here returns true
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return the only coordinate
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return volume of the geometry
The documentation for this class was generated from the following file: