30#ifndef POWER_FLOW_OPTIONS_H
31#define POWER_FLOW_OPTIONS_H
Command-line argument parsing utilities for deltaFlow.
InputFormat
Supported input file formats.
SolverType
Types of solvers supported by deltaFlow.
Plain data holder for parsed command-line options.
std::string inputFile
Path to input file.
std::string jobName
Job name (defaults to input filename)
int maxIterations
Maximum number of iterations ($$ N_{max} $$)
double tolerance
Convergence tolerance ($$ \epsilon $$)
SolverType solverType
Solver type.
InputFormat inputFormat
Input file format.
double relaxation
Relaxation coefficient ($$ \omega $$)