dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::Alberta::GeometryCache< dim > Class Template Reference

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

Public Types

typedef FieldMatrix< Real, dimWorld, dim > JacobianInverseTransposed
 
typedef FieldMatrix< Real, dim, dimWorldJacobianTransposed
 

Public Member Functions

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

Member Typedef Documentation

◆ JacobianInverseTransposed

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

◆ JacobianTransposed

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

Constructor & Destructor Documentation

◆ GeometryCache()

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

Member Function Documentation

◆ integrationElement()

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

◆ jacobianInverseTransposed()

template<int dim>
const JacobianInverseTransposed & Dune::Alberta::GeometryCache< dim >::jacobianInverseTransposed ( const ALBERTA EL_INFO &  elInfo)
inline

◆ jacobianTransposed()

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: