|
KASKADE 7 development version
|
#include <mutex>#include "dune/common/fvector.hh"#include "dune/grid/geometrygrid/declaration.hh"#include "utilities/threading.hh"Go to the source code of this file.
Classes | |
| struct | Kaskade::GridLocking< Grid > |
| Grid locking information based on grid type. More... | |
| struct | Kaskade::GridLocking< Dune::GeometryGrid< HostGrid, Deformation, Allocator > > |
Namespaces | |
| namespace | Kaskade |
Typedefs | |
| template<class GridView > | |
| using | Kaskade::Cell = typename GridView::template Codim< 0 >::Entity |
| The type of cells (entities of codimension 0) in the grid view. More... | |
| template<class GridView > | |
| using | Kaskade::Face = typename GridView::Intersection |
| The type of faces in the grid view. More... | |
| template<class GridView > | |
| using | Kaskade::GlobalPosition = Dune::FieldVector< typename GridView::ctype, GridView::dimensionworld > |
| The type of global positions within the grid view. More... | |
| template<class GridView > | |
| using | Kaskade::LocalPosition = Dune::FieldVector< typename GridView::ctype, GridView::dimension > |
| The type of local positions within cells of the grid view. More... | |
| template<class GridView > | |
| using | Kaskade::FaceLocalPosition = Dune::FieldVector< typename GridView::ctype, GridView::dimension-1 > |
| The type of local positions within faces of the grid view. More... | |