Dune Core Modules (unstable)

Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp > Class Template Reference

Default implementation for class Geometry. More...

#include <dune/grid/common/geometry.hh>

Public Types

typedef ctype Volume
 Number type used for the geometry volume.
 
typedef FieldMatrix< ctype, cdim, mydim > JacobianInverseTransposed
 type of jacobian inverse transposed
 
typedef FieldMatrix< ctype, mydim, cdim > JacobianTransposed
 type of jacobian transposed
 
typedef FieldMatrix< ctype, mydim, cdim > JacobianInverse
 type of jacobian inverse
 
typedef FieldMatrix< ctype, cdim, mydim > Jacobian
 type of jacobian
 

Public Member Functions

Volume volume () const
 return volume of the geometry
 
GlobalCoordinate center () const
 return center of the geometry
 
Jacobian jacobian (const LocalCoordinate &local) const
 Return the Jacobian.
 
JacobianInverse jacobianInverse (const LocalCoordinate &local) const
 Return inverse of Jacobian.
 

Detailed Description

template<int mydim, int cdim, class GridImp, template< int, int, class > class GeometryImp>
class Dune::GeometryDefaultImplementation< mydim, cdim, GridImp, GeometryImp >

Default implementation for class Geometry.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 18, 22:30, 2024)