- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/grid/common/geometry.hh>
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 |
typedef GridImp::ctype Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::ctype |
FieldVector<ctype, cdim> Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::center | ( | ) | const [inline] |
return center of the geometry
bool Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::checkInside | ( | const FieldVector< ctype, mydim > & | ) | const [inline] |
checkInside here returns true
FieldVector<ctype, cdim> Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::global | ( | const FieldVector< ctype, mydim > & | local | ) | const [inline] |
return the only coordinate
FieldVector<ctype, mydim> Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::local | ( | const FieldVector< ctype, cdim > & | ) | const [inline] |
return empty vector
ctype Dune::GeometryDefaultImplementation< 0, cdim, GridImp, GeometryImp >::volume | ( | ) | const [inline] |
return volume of the geometry
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].