KASKADE 7 development version
|
Implements AbstractAdaptiveGrid, uses a bulk criterion as a marking strategy. More...
#include <dune_bridge.hh>
Implements AbstractAdaptiveGrid, uses a bulk criterion as a marking strategy.
Gets a signal from the GridManager, if Grid is going to change. Emits a signal to inform others
Definition at line 401 of file dune_bridge.hh.
Public Member Functions | |
AdaptiveGrid (GridManager &gm) | |
virtual int | size () |
Number of patches. More... | |
virtual void | adapt () |
Change grid according to marked elements. More... | |
virtual void | mark (AbstractErrorEstimate &estimate, double portion) |
Mark elements, using an error estimate that hold error indicators. More... | |
virtual int | getNMarked () |
virtual void | flushMarks () |
Remove all marks in the grid. More... | |
virtual | ~AdaptiveGrid () |
Public Attributes | |
boost::signals2::signal< void()> | gridWillChange |
Inform others that the grid will change. More... | |
|
inline |
Definition at line 404 of file dune_bridge.hh.
|
inlinevirtual |
Definition at line 435 of file dune_bridge.hh.
|
inlinevirtual |
Change grid according to marked elements.
Implements Kaskade::AbstractAdaptiveGrid.
Definition at line 414 of file dune_bridge.hh.
|
inlinevirtual |
Remove all marks in the grid.
Implements Kaskade::AbstractAdaptiveGrid.
Definition at line 433 of file dune_bridge.hh.
|
inlinevirtual |
Implements Kaskade::AbstractAdaptiveGrid.
Definition at line 431 of file dune_bridge.hh.
|
inlinevirtual |
Mark elements, using an error estimate that hold error indicators.
Implements Kaskade::AbstractAdaptiveGrid.
Definition at line 416 of file dune_bridge.hh.
|
inlinevirtual |
Number of patches.
Implements Kaskade::AbstractAdaptiveGrid.
Definition at line 412 of file dune_bridge.hh.
|
mutableinherited |
Inform others that the grid will change.
Definition at line 390 of file abstract_interface.hh.