KASKADE 7 development version
|
A class that provides access to signals that are emitted from the grid manager on various occasions. More...
#include <gridmanager.hh>
A class that provides access to signals that are emitted from the grid manager on various occasions.
Definition at line 46 of file gridmanager.hh.
Public Types | |
enum | { freeResources =0 , allocResources =1 } |
enum | Status { BeforeRefinement , BeforeRefinementComplete , AfterRefinement , TransferCompleted } |
The argument type of the signal that is emitted before and after grid adaptation. More... | |
Public Attributes | |
boost::signals2::signal< void(Status)> | informAboutRefinement |
A signal that is emitted thrice on grid modifications, once before adaptation takes place and twice after it is completed. More... | |