|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/coordcache.hh>
Classes | |
| struct | Interpolation |
| class | LocalCaching |
Public Types | |
| typedef Alberta::ElementInfo < dimension > | ElementInfo |
| typedef Alberta::MeshPointer < dimension > | MeshPointer |
| typedef HierarchyDofNumbering < dimension > | DofNumbering |
Public Member Functions | |
| GlobalVector & | operator() (const Element *element, int vertex) const |
| GlobalVector & | operator() (const ElementInfo &elementInfo, int vertex) const |
| void | create (const DofNumbering &dofNumbering) |
| void | release () |
Static Public Attributes | |
| static const int | dimension = dim |
| typedef HierarchyDofNumbering< dimension > Dune::Alberta::CoordCache< dim >::DofNumbering |
| typedef Alberta::ElementInfo< dimension > Dune::Alberta::CoordCache< dim >::ElementInfo |
| typedef Alberta::MeshPointer< dimension > Dune::Alberta::CoordCache< dim >::MeshPointer |
| void Dune::Alberta::CoordCache< dim >::create | ( | const DofNumbering & | dofNumbering | ) | [inline] |
| GlobalVector& Dune::Alberta::CoordCache< dim >::operator() | ( | const Element * | element, |
| int | vertex | ||
| ) | const [inline] |
| GlobalVector& Dune::Alberta::CoordCache< dim >::operator() | ( | const ElementInfo & | elementInfo, |
| int | vertex | ||
| ) | const [inline] |
References Dune::Alberta::ElementInfo< dim >::el(), and Dune::VTK::vertex.
| void Dune::Alberta::CoordCache< dim >::release | ( | ) | [inline] |
const int Dune::Alberta::CoordCache< dim >::dimension = dim [static] |
1.7.6.1