Class InputLoop¶
Defined in File input.hpp
Class Documentation¶
-
class InputLoop¶
Simple class to store loop input information.
Public Members
-
double dt¶
Loop time step \(\mathrm{d}t\).
-
int n_loop¶
Number of loop time steps \(N_{\mathrm{loop}}\).
-
std::vector<InputLoopTask> tasks¶
List of loop tasks.
-
double dt¶