#include <dune/grid/common/geometry.hh>
|
typedef GridImp::ctype | ctype |
|
typedef FieldVector< ctype, mydim > | LocalCoordinate |
|
typedef FieldVector< ctype, cdim > | GlobalCoordinate |
|
typedef ctype | Volume |
|
typedef FieldMatrix< ctype, cdim, mydim > | JacobianInverseTransposed |
| type of jacobian inverse transposed More...
|
|
typedef FieldMatrix< ctype, mydim, cdim > | JacobianTransposed |
| type of jacobian transposed More...
|
|
typedef FieldMatrix< ctype, mydim, cdim > | JacobianInverse |
| type of jacobian inverse More...
|
|
typedef FieldMatrix< ctype, cdim, mydim > | Jacobian |
| type of jacobian More...
|
|
◆ ctype
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ GlobalCoordinate
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ Jacobian
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ JacobianInverse
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ JacobianInverseTransposed
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
type of jacobian inverse transposed
◆ JacobianTransposed
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
type of jacobian transposed
◆ LocalCoordinate
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ Volume
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ center()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return center of the geometry
◆ FieldVector()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ global()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return the only coordinate
◆ jacobian()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ jacobianInverse()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
Return inverse of Jacobian.
◆ volume()
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
return volume of the geometry
◆ coorddimension
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
◆ mydimension
template<int cdim, class GridImp , template< int, int, class > class GeometryImp>
The documentation for this class was generated from the following file: