get_filenames_in_order#

ConfigMap.get_filenames_in_order() list#

Return filenames for each simulation result in the order matching the custom_fct arguments.

Returns:
list of dict

Each element corresponds to one simulation result (in the same order as supplied to the constructor) and contains:

  • 'sim_result': the simulation result object.

  • 'fwd_filename': forward simulation filename for its config group.

  • 'adj_filename': adjoint simulation filename for this result.