16#include <spdlog/spdlog.h>
34enum SolverMethod :
bool { PseudoSpectral =
true, FiniteDifference =
false };
59 throw std::runtime_error(flag_name +
" is not an expected flag");
74 bool fail_on_not_found =
false)
const;
89 InputFlags(
const std::string &_input_filename,
bool fail_on_not_found =
false)
89 InputFlags(
const std::string &_input_filename,
bool fail_on_not_found =
false) {
…}
108 spdlog::info(
"Read " + flag +
": {}",
Includes MATLAB headers for I/O.
Definition input_flags.h:27
const std::vector< std::string > flag_variables
Definition input_flags.h:30
InterpolationMethod
Definition input_flags.h:37
SolverMethod
Definition input_flags.h:34