run_single_simu (method)¶
-
run_single_simu
(xoutput, datakeeper_list, simulation, index, stop_if_error, ref_simu_index, is_keep_all_output, post_keeper_postproc_list=None)[source]¶ Execute a simulation and run datakeepers
- xoutput: XOutput
Contains results
- datakeeper_list
List of datakeeper to extract results
- simulation: Simulation
Simulation to run
- index: int
Index of the simulation
- stop_if_error: bool
Raises an error if the simulation fails
- ref_simu_index: tuple
Index of the reference simulation
- is_keep_all_output: bool
store simulation output
- post_keeper_postproc_listlist
list of postprocessing to run after the datakeeper