13{%
if LOAD_BALANCER!=
"" -%}
14#include "{{LOAD_BALANCER | replace('::', '/') }}.h"
20{%
for item in NAMESPACE -%}
21 namespace {{ item }} {
23 {%
if LOAD_BALANCER!=
"" -%}
24 extern {{LOAD_BALANCER}} loadBalancer;
33 double getMinTimeStamp();
38 double getMaxTimeStamp();
39 double getMinTimeStepSize();
40 double getMaxTimeStepSize();
42 double getMinSearchRadius();
43 double getMaxSearchRadius();
45 void startGridConstructionStep();
46 void startInitialisationStep();
47 void startInitialConditionsStep();
50 void startCleanupStep();
51 void startIntermediateStep();
53 void finishGridConstructionStep();
54 void finishInitialisationStep();
55 void finishInitialConditionsStep();
68 void finishTimeStep();
69 void finishPlotStep();
70 void finishCleanupStep();
71 void finishIntermediateStep();
73 bool rerunPreviousGridSweep();
74{%
for item in NAMESPACE -%}