|
|
typedef Base::ExtraData | ExtraData |
|
typedef Base::EntitySeed | EntitySeed |
|
typedef Grid::ctype | ctype |
|
typedef Dune::FieldVector< ctype, coorddimension > | GlobalCoordinate |
|
typedef Dune::FieldVector< ctype, mydimension > | LocalCoordinate |
|
typedef Grid::Traits::ExtraData | ExtraData |
|
typedef Grid::Traits::template Codim< codimension >::EntitySeed | EntitySeed |
|
typedef Dune::MultiLinearGeometry< ctype, mydimension, coorddimension, PolyhedralMultiLinearGeometryTraits< ctype > > | MultiLinearGeometryType |
|
typedef PolyhedralMultiLinearGeometryTraits< ctype >::template CornerStorage< mydimension, coorddimension >::Type | CornerStorageType |
|
typedef FieldMatrix< ctype, cdim, mydim > | JacobianInverseTransposed |
| | type of jacobian inverse transposed
|
|
typedef FieldMatrix< ctype, mydim, cdim > | JacobianTransposed |
| | type of jacobian transposed
|
|
using | JacobianInverse = FieldMatrix< ctype, mydim, cdim > |
| | type of jacobian inverse transposed
|
|
using | Jacobian = FieldMatrix< ctype, cdim, mydim > |
| | type of jacobian transposed
|
|
typedef Dune::Impl::FieldMatrixHelper< ctype > | MatrixHelperType |