|
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 | |
| GeometryCache () | |
| const Real & | integrationElement (const ALBERTA EL_INFO &elInfo) |
| const JacobianTransposed & | jacobianTransposed (const ALBERTA EL_INFO &elInfo) |
| const Jacobian & | jacobianInverseTransposed (const ALBERTA EL_INFO &elInfo) |
| typedef FieldMatrix< Real, dimWorld, dim > Dune::Alberta::GeometryCache< dim >::Jacobian |
| typedef FieldMatrix< Real, dim, dimWorld > Dune::Alberta::GeometryCache< dim >::JacobianTransposed |
| Dune::Alberta::GeometryCache< dim >::GeometryCache | ( | ) | [inline] |
| const Real& Dune::Alberta::GeometryCache< dim >::integrationElement | ( | const ALBERTA EL_INFO & | elInfo | ) | [inline] |
| const Jacobian& Dune::Alberta::GeometryCache< dim >::jacobianInverseTransposed | ( | const ALBERTA EL_INFO & | elInfo | ) | [inline] |
| const JacobianTransposed& Dune::Alberta::GeometryCache< dim >::jacobianTransposed | ( | const ALBERTA EL_INFO & | elInfo | ) | [inline] |
1.7.6.1