#include <dune/grid/alugrid/2d/geometry.hh>
List of all members.
Public Member Functions |
bool | affine () const |
int | corners () const |
GeometryType | type () const |
void | map2world (const map_t &m, world_t &w) const |
void | world2map (const world_t &w, map_t &m) const |
const matrix_t & | jacobianTransposed (const map_t &m) const |
const inv_t & | jacobianInverseTransposed (const map_t &m) const |
ctype | det (const map_t &m) const |
template<class Geo , class LocalGeo > |
void | updateLocal (const Geo &geo, const LocalGeo &localGeo) |
template<class HElement > |
void | update (const HElement &item) |
template<int cdim>
class Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >
Member Function Documentation
template<int cdim>
bool Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::affine |
( |
|
) |
const [inline] |
template<int cdim>
int Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::corners |
( |
|
) |
const [inline] |
template<int cdim>
ctype Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::det |
( |
const map_t & |
m |
) |
const [inline] |
template<int cdim>
const inv_t& Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::jacobianInverseTransposed |
( |
const map_t & |
m |
) |
const [inline] |
template<int cdim>
const matrix_t& Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::jacobianTransposed |
( |
const map_t & |
m |
) |
const [inline] |
template<int cdim>
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::map2world |
( |
const map_t & |
m, |
|
|
world_t & |
w | |
|
) |
| | const [inline] |
template<int cdim>
GeometryType Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::type |
( |
|
) |
const [inline] |
template<int cdim>
template<class HElement >
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::update |
( |
const HElement & |
item |
) |
[inline] |
template<int cdim>
template<class Geo , class LocalGeo >
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::updateLocal |
( |
const Geo & |
geo, |
|
|
const LocalGeo & |
localGeo | |
|
) |
| | [inline] |
template<int cdim>
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE quadrilateral >::world2map |
( |
const world_t & |
w, |
|
|
map_t & |
m | |
|
) |
| | const [inline] |
The documentation for this class was generated from the following file: