|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/geometry.hh>
Public Types | |
| typedef Alberta::Real | ctype |
| type of coordinates | |
| typedef FieldVector< ctype, mydimension > | LocalCoordinate |
| typedef FieldVector< ctype, coorddimension > | GlobalCoordinate |
| typedef FieldMatrix< ctype, mydimension, coorddimension > | JacobianTransposed |
| typedef FieldMatrix< ctype, coorddimension, mydimension > | JacobianInverseTransposed |
| typedef JacobianInverseTransposed | Jacobian |
Public Member Functions | |
| AlbertaGridGlobalGeometry () | |
| template<class CoordReader > | |
| AlbertaGridGlobalGeometry (const CoordReader &coordReader) | |
| GeometryType | type () const |
| obtain the type of reference element | |
| int | corners () const |
| number of corner the geometry | |
| GlobalCoordinate | corner (const int i) const |
| obtain the i-th corner of this geometry | |
| const GlobalCoordinate & | operator[] (const int i) const |
| deprecated way of obtaining the i-th corner | |
| GlobalCoordinate | center () const |
| return center of geometry | |
| GlobalCoordinate | global (const LocalCoordinate &local) const |
| map a point from the refence element to the geometry | |
| LocalCoordinate | local (const GlobalCoordinate &global) const |
| map a point from the geometry to the reference element | |
| ctype | integrationElement () const |
| integration element of the geometry mapping | |
| ctype | integrationElement (const LocalCoordinate &local) const |
| integration element of the geometry mapping | |
| ctype | volume () const |
| volume of geometry | |
| const JacobianTransposed & | jacobianTransposed () const |
| transposed of the geometry mapping's Jacobian | |
| const JacobianTransposed & | jacobianTransposed (const LocalCoordinate &local) const |
| transposed of the geometry mapping's Jacobian | |
| const JacobianInverseTransposed & | jacobianInverseTransposed () const |
| transposed inverse of the geometry mapping's Jacobian | |
| const JacobianInverseTransposed & | jacobianInverseTransposed (const LocalCoordinate &local) const |
| transposed inverse of the geometry mapping's Jacobian | |
| void | invalidate () |
| invalidate the geometry | |
| template<class CoordReader > | |
| void | build (const CoordReader &coordReader) |
| build the geometry from a coordinate reader | |
Static Public Attributes | |
| static const int | dimension = Grid::dimension |
| static const int | mydimension = dimension |
| static const int | codimension = dimension - mydimension |
| static const int | coorddimension = cdim |
| typedef Alberta::Real Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::ctype |
type of coordinates
| typedef FieldVector< ctype, coorddimension > Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::GlobalCoordinate |
| typedef JacobianInverseTransposed Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::Jacobian |
| typedef FieldMatrix< ctype, coorddimension, mydimension > Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::JacobianInverseTransposed |
| typedef FieldMatrix< ctype, mydimension, coorddimension > Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::JacobianTransposed |
| typedef FieldVector< ctype, mydimension > Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::LocalCoordinate |
| Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::AlbertaGridGlobalGeometry | ( | ) | [inline] |
| Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::AlbertaGridGlobalGeometry | ( | const CoordReader & | coordReader | ) | [inline] |
| void Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::build | ( | const CoordReader & | coordReader | ) | [inline] |
build the geometry from a coordinate reader
| GlobalCoordinate Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::center | ( | ) | const [inline] |
return center of geometry
References Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::corner().
| GlobalCoordinate Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::corner | ( | const int | i | ) | const [inline] |
obtain the i-th corner of this geometry
References Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::coorddimension, and Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::corners().
| int Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::corners | ( | ) | const [inline] |
number of corner the geometry
| AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::GlobalCoordinate Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::global | ( | const LocalCoordinate & | local | ) | const [inline] |
map a point from the refence element to the geometry
| ctype Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::integrationElement | ( | ) | const [inline] |
integration element of the geometry mapping
| ctype Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::integrationElement | ( | const LocalCoordinate & | local | ) | const [inline] |
integration element of the geometry mapping
References Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::integrationElement().
| void Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::invalidate | ( | ) | [inline] |
invalidate the geometry
| const JacobianInverseTransposed& Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::jacobianInverseTransposed | ( | ) | const [inline] |
transposed inverse of the geometry mapping's Jacobian
| const JacobianInverseTransposed& Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::jacobianInverseTransposed | ( | const LocalCoordinate & | local | ) | const [inline] |
transposed inverse of the geometry mapping's Jacobian
References Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::jacobianInverseTransposed().
| const JacobianTransposed& Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::jacobianTransposed | ( | ) | const [inline] |
transposed of the geometry mapping's Jacobian
| const JacobianTransposed& Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::jacobianTransposed | ( | const LocalCoordinate & | local | ) | const [inline] |
transposed of the geometry mapping's Jacobian
References Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::jacobianTransposed().
| AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::LocalCoordinate Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::local | ( | const GlobalCoordinate & | global | ) | const [inline] |
map a point from the geometry to the reference element
| const GlobalCoordinate& Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::operator[] | ( | const int | i | ) | const [inline] |
deprecated way of obtaining the i-th corner
| GeometryType Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::type | ( | ) | const [inline] |
obtain the type of reference element
| ctype Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::volume | ( | ) | const [inline] |
volume of geometry
References Dune::RefinementImp::Simplex::factorial(), and Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::integrationElement().
const int Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::codimension = dimension - mydimension [static] |
const int Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::coorddimension = cdim [static] |
const int Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::dimension = Grid::dimension [static] |
const int Dune::AlbertaGridGlobalGeometry< dim, cdim, const AlbertaGrid< dim, cdim > >::mydimension = dimension [static] |
1.7.6.1