|
KASKADE 7 development version
|
#include <ctime>#include <iostream>#include <mutex>#include <numeric>#include <utility>#include <boost/signals2.hpp>#include <boost/range/iterator_range.hpp>#include <dune/grid/common/capabilities.hh>#include <dune/grid/common/gridview.hh>#include <dune/grid/io/file/dgfparser/gridptr.hh>#include "fem/gridBasics.hh"#include "utilities/threading.hh"#include "utilities/timing.hh"Go to the source code of this file.
Classes | |
| struct | Kaskade::GridSignals |
| A class that provides access to signals that are emitted from the grid manager on various occasions. More... | |
| class | Kaskade::CellRanges< GridView > |
| A class storing cell ranges of roughly equal size for multithreaded mesh traversal. More... | |
| class | Kaskade::EntityNumbering< GridView > |
| class | Kaskade::GridManagerBase< Grd > |
| Basic functionality for managing grids and their refinement. More... | |
| class | Kaskade::GridManager< Grd > |
| Class that takes care of the transfer of data (of each FunctionSpaceElement) after modification of the grid. More... | |
Namespaces | |
| namespace | Kaskade |
Functions | |
| template<class Grid > | |
| void | Kaskade::refineAtBoundary (GridManagerBase< Grid > &gridManager) |
| A convenience routine that refines all cells incident to a boundary face. More... | |