Go to the source code of this file.
|
namespace | ug |
| the ug namespace
|
|
◆ DECLARE_STAGE_OBSERVER
#define DECLARE_STAGE_OBSERVER |
( |
|
name | ) |
|
Value: template <typename TDomain, typename TAlgebra>\
class ITimeIntegratorStageObserver_ ##
name\
{\
public:\
typedef GridFunction<TDomain, TAlgebra> grid_function_type;\
\
virtual ~ITimeIntegratorStageObserver_ ##
name() {}\
};
location name
Definition checkpoint_util.lua:128
Definition smart_pointer.h:108
double number
Definition types.h:124
Any stage can be responded to by an observer. To decide at compile time, which stages an observer responds to, the observer needs to derive from a special StageObserver class for each stage it responds to.