Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <RunSimulation.hpp>
Public Member Functions | |
RunOptions ()=default | |
RunOptions (const ProgramOptions &vm) | |
template<typename Logger > | |
void | Print (Logger &log) |
Public Attributes | |
Duration | final_time |
std::ptrdiff_t | max_cycles |
Duration | smallest_time_step_size |
double | cfl |
int | do_backup |
|
default |
fub::RunOptions::RunOptions | ( | const ProgramOptions & | vm | ) |
|
inline |
double fub::RunOptions::cfl |
int fub::RunOptions::do_backup |
Duration fub::RunOptions::final_time |
std::ptrdiff_t fub::RunOptions::max_cycles |
Duration fub::RunOptions::smallest_time_step_size |