Loading [MathJax]/extensions/TeX/AMSsymbols.js
KASKADE 7 development version
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Attributes | List of all members
Kaskade::GridSignals Struct Reference

A class that provides access to signals that are emitted from the grid manager on various occasions. More...

#include <gridmanager.hh>

Detailed Description

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...
 

The documentation for this struct was generated from the following file: