CG  Version 25
AdvanceOptions.h
Go to the documentation of this file.
1 #ifndef ADVANCE_OPTIONS_H
2 #define ADVANCE_OPTIONS_H
3 
4 // This class holds options that are passed to the DomainSolver time stepping functions
5 // such as takeTimeStep, takeTimeStepFE, takeTimeStepPC, ...
6 
8 {
9 
10 public:
11 
13 {
17 };
18 
20 {
23 };
24 
25 
26 
27 
30 
33 
35 
36 int numberOfCorrectorSteps; // this value is returned by startTimeStep
37 GridChangesEnum gridChanges; // returned by startTimeStep to indicate if the grid has changed on this step (e.g. AMR)
38 
40 
41 };
42 
43 #endif