dune-grid  2.2.0
Public Types | Public Member Functions
Dune::Alberta::GeometryCache< dim > Class Template Reference

#include <dune/grid/albertagrid/geometrycache.hh>

List of all members.

Public Types

typedef FieldMatrix< Real,
dimWorld, dim > 
Jacobian
typedef FieldMatrix< Real, dim,
dimWorld
JacobianTransposed

Public Member Functions

 GeometryCache ()
const RealintegrationElement (const ALBERTA EL_INFO &elInfo)
const JacobianTransposedjacobianTransposed (const ALBERTA EL_INFO &elInfo)
const JacobianjacobianInverseTransposed (const ALBERTA EL_INFO &elInfo)

Member Typedef Documentation

template<int dim>
typedef FieldMatrix< Real, dimWorld, dim > Dune::Alberta::GeometryCache< dim >::Jacobian
template<int dim>
typedef FieldMatrix< Real, dim, dimWorld > Dune::Alberta::GeometryCache< dim >::JacobianTransposed

Constructor & Destructor Documentation

template<int dim>
Dune::Alberta::GeometryCache< dim >::GeometryCache ( )
inline

Member Function Documentation

template<int dim>
const Real& Dune::Alberta::GeometryCache< dim >::integrationElement ( const ALBERTA EL_INFO &  elInfo)
inline
template<int dim>
const Jacobian& Dune::Alberta::GeometryCache< dim >::jacobianInverseTransposed ( const ALBERTA EL_INFO &  elInfo)
inline
template<int dim>
const JacobianTransposed& Dune::Alberta::GeometryCache< dim >::jacobianTransposed ( const ALBERTA EL_INFO &  elInfo)
inline

The documentation for this class was generated from the following file: