dune-grid
2.2.0
|
#include <dune/grid/alugrid/2d/geometry.hh>
Public Member Functions | |
MyALU2dGridGeometryImpl () | |
MyALU2dGridGeometryImpl (const MyALU2dGridGeometryImpl &other) | |
bool | valid () const |
void | invalidate () |
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) |
Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::MyALU2dGridGeometryImpl | ( | ) | [inline] |
Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::MyALU2dGridGeometryImpl | ( | const MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed > & | other | ) | [inline] |
bool Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::affine | ( | ) | const [inline] |
int Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::corners | ( | ) | const [inline] |
ctype Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::det | ( | const map_t & | m | ) | const [inline] |
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::invalidate | ( | ) | [inline] |
const inv_t& Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::jacobianInverseTransposed | ( | const map_t & | m | ) | const [inline] |
const matrix_t& Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::jacobianTransposed | ( | const map_t & | m | ) | const [inline] |
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::map2world | ( | const map_t & | m, |
world_t & | w | ||
) | const [inline] |
GeometryType Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::type | ( | ) | const [inline] |
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::update | ( | const HElement & | item | ) | [inline] |
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::updateLocal | ( | const Geo & | geo, |
const LocalGeo & | localGeo | ||
) | [inline] |
bool Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::valid | ( | ) | const [inline] |
void Dune::MyALU2dGridGeometryImpl< 2, cdim, ALU2DSPACE mixed >::world2map | ( | const world_t & | w, |
map_t & | m | ||
) | const [inline] |