Class InputLoop

Class Documentation

class InputLoop

Simple class to store loop input information.

Public Functions

inline InputLoop()

Default constructor for the InputLoop class.

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.