piglot.utils.solver_utils

Utilities for the solver module.

Functions

extract_parameters

Extract a ParameterSet from an input file.

find_keyword

Finds the first line where a keyword is defined.

get_case_name

Extracts the name of a given case.

has_keyword

Checks whether an input file contains a given keyword.

has_parameter

Checks whether an input file contains a given parameter.

load_module_from_file

Loads a module from a given file.

Classes

VerbosityManager

Class to manage output streams based on verbosity levels.