#include <dune/grid/common/geometry.hh>
List of all members.
Public Types |
typedef GridImp::ctype | ctype |
typedef FieldVector< ctype, mydim > | LocalCoordinate |
typedef FieldVector< ctype, cdim > | GlobalCoordinate |
typedef FieldMatrix< ctype,
cdim, mydim > | Jacobian |
| type of jacobian (also of jacobian inverse transposed)
|
typedef FieldMatrix< ctype,
mydim, cdim > | JacobianTransposed |
| type of jacobian transposed
|
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
|
Static Public Attributes |
static const int | mydimension = mydim |
static const int | coorddimension = cdim |
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>
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
type of jacobian (also of jacobian inverse transposed)
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
type of jacobian transposed
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
Member Data Documentation
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
The documentation for this class was generated from the following file: