dune-grid 2.8.0
|
#include <dune/grid/albertagrid/geometry.hh>
Public Types | |
typedef Alberta::Real | ctype |
type of coordinates More... | |
typedef FieldVector< ctype, mydimension > | LocalCoordinate |
typedef FieldVector< ctype, coorddimension > | GlobalCoordinate |
typedef FieldMatrix< ctype, mydimension, coorddimension > | JacobianTransposed |
typedef FieldMatrix< ctype, coorddimension, mydimension > | JacobianInverseTransposed |
Public Member Functions | |
AlbertaGridGlobalGeometry () | |
template<class CoordReader > | |
AlbertaGridGlobalGeometry (const CoordReader &coordReader) | |
LocalCoordinate (const GlobalCoordinate &global) const | |
map a point from the geometry to the reference element More... | |
GeometryType | type () const |
obtain the type of reference element More... | |
bool | affine () const |
returns always true since we only have simplices More... | |
int | corners () const |
number of corner the geometry More... | |
GlobalCoordinate | corner (const int i) const |
obtain the i-th corner of this geometry More... | |
GlobalCoordinate | center () const |
return center of geometry More... | |
GlobalCoordinate | global (const LocalCoordinate &local) const |
map a point from the refence element to the geometry More... | |
ctype | integrationElement () const |
integration element of the geometry mapping More... | |
ctype | integrationElement (const LocalCoordinate &local) const |
integration element of the geometry mapping More... | |
ctype | volume () const |
volume of geometry More... | |
const JacobianTransposed & | jacobianTransposed () const |
transposed of the geometry mapping's Jacobian More... | |
const JacobianTransposed & | jacobianTransposed (const LocalCoordinate &local) const |
transposed of the geometry mapping's Jacobian More... | |
const JacobianInverseTransposed & | jacobianInverseTransposed () const |
transposed inverse of the geometry mapping's Jacobian More... | |
const JacobianInverseTransposed & | jacobianInverseTransposed (const LocalCoordinate &local) const |
transposed inverse of the geometry mapping's Jacobian More... | |
void | invalidate () |
invalidate the geometry More... | |
template<class CoordReader > | |
void | build (const CoordReader &coordReader) |
build the geometry from a coordinate reader More... | |
void | print (std::ostream &out) const |
Static Public Attributes | |
static const int | dimension = Grid :: dimension |
static const int | mydimension = mydim |
static const int | codimension = dimension - mydimension |
static const int | coorddimension = cdim |
|
inherited |
type of coordinates
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
returns always true since we only have simplices
|
inlineinherited |
build the geometry from a coordinate reader
|
inlineinherited |
return center of geometry
|
inlineinherited |
obtain the i-th corner of this geometry
|
inlineinherited |
number of corner the geometry
|
inlineinherited |
map a point from the refence element to the geometry
|
inlineinherited |
integration element of the geometry mapping
|
inlineinherited |
integration element of the geometry mapping
|
inlineinherited |
invalidate the geometry
|
inlineinherited |
transposed inverse of the geometry mapping's Jacobian
|
inlineinherited |
transposed inverse of the geometry mapping's Jacobian
|
inlineinherited |
transposed of the geometry mapping's Jacobian
|
inlineinherited |
transposed of the geometry mapping's Jacobian
|
inherited |
map a point from the geometry to the reference element
|
inlineinherited |
|
inlineinherited |
obtain the type of reference element
|
inlineinherited |
volume of geometry
|
staticinherited |
|
staticinherited |
|
staticinherited |
|
staticinherited |