Grid geometry local view, which is a wrapper around a finite element basis local view. More...
#include <dumux/discretization/fem/feelementgeometry.hh>
Grid geometry local view, which is a wrapper around a finite element basis local view.
| The | grid geometry type |
| The | FEBasis local view |
Public Member Functions | |
| FEElementGeometry (const GridGeometry &gg) | |
| constructor taking grid geometry More... | |
| void | bind (const Element &element) |
| Prepare element-local data. More... | |
| void | bindElement (const Element &element) |
| Prepare element-local data. More... | |
| const FEBasisLocalView & | feBasisLocalView () const |
| Return the finite element basis local view. More... | |
| const GridGeometry & | gridGeometry () const |
| Return reference to the grid geometry. More... | |
|
inline |
constructor taking grid geometry
|
inline |
Prepare element-local data.
|
inline |
Prepare element-local data.
|
inline |
Return the finite element basis local view.
|
inline |
Return reference to the grid geometry.