|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/geometrycache.hh>
Public Types | |
| typedef FieldMatrix< Real, dimWorld, dim > | Jacobian |
| typedef FieldMatrix< Real, dim, dimWorld > | JacobianTransposed |
Public Member Functions | |
| GeometryCacheProxy (GeometryCache< dim > &geometryCache, const ALBERTA EL_INFO &elInfo) | |
| const Real & | integrationElement () |
| const JacobianTransposed & | jacobianTransposed () |
| const Jacobian & | jacobianInverseTransposed () |
| typedef FieldMatrix< Real, dimWorld, dim > Dune::Alberta::GeometryCacheProxy< dim >::Jacobian |
| typedef FieldMatrix< Real, dim, dimWorld > Dune::Alberta::GeometryCacheProxy< dim >::JacobianTransposed |
| Dune::Alberta::GeometryCacheProxy< dim >::GeometryCacheProxy | ( | GeometryCache< dim > & | geometryCache, |
| const ALBERTA EL_INFO & | elInfo | ||
| ) | [inline] |
| const Real& Dune::Alberta::GeometryCacheProxy< dim >::integrationElement | ( | ) | [inline] |
| const Jacobian& Dune::Alberta::GeometryCacheProxy< dim >::jacobianInverseTransposed | ( | ) | [inline] |
| const JacobianTransposed& Dune::Alberta::GeometryCacheProxy< dim >::jacobianTransposed | ( | ) | [inline] |
1.7.6.1