dune-grid 2.9.0
|
Default implementation for class Geometry. More...
#include <dune/grid/common/geometry.hh>
Public Types | |
typedef GridImp::ctype | ctype |
typedef FieldVector< ctype, mydim > | LocalCoordinate |
typedef FieldVector< ctype, cdim > | GlobalCoordinate |
typedef ctype | Volume |
Number type used for the geometry volume. More... | |
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... | |
Public Member Functions | |
Volume | volume () const |
return volume of the geometry More... | |
GlobalCoordinate | center () const |
return center of the geometry More... | |
Jacobian | jacobian (const LocalCoordinate &local) const |
Return the Jacobian. More... | |
JacobianInverse | jacobianInverse (const LocalCoordinate &local) const |
Return inverse of Jacobian. More... | |
Static Public Attributes | |
static const int | mydimension = mydim |
static const int | coorddimension = cdim |
Default implementation for class Geometry.
typedef GridImp::ctype Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::ctype |
typedef FieldVector< ctype, cdim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::GlobalCoordinate |
typedef FieldMatrix< ctype, cdim, mydim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::Jacobian |
type of jacobian
typedef FieldMatrix< ctype, mydim, cdim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::JacobianInverse |
type of jacobian inverse
typedef FieldMatrix< ctype, cdim, mydim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::JacobianInverseTransposed |
type of jacobian inverse transposed
typedef FieldMatrix< ctype, mydim, cdim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::JacobianTransposed |
type of jacobian transposed
typedef FieldVector< ctype, mydim > Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::LocalCoordinate |
typedef ctype Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >::Volume |
Number type used for the geometry volume.
|
inline |
return center of the geometry
|
inline |
Return the Jacobian.
|
inline |
Return inverse of Jacobian.
|
inline |
return volume of the geometry
|
static |
|
static |