sarkas.processes.PostProcess
sarkas.processes.PostProcess#
- class sarkas.processes.PostProcess(input_file=None)[source]#
Class handling the post-processing stage of a simulation.
- Parameters
input_file (str) – Path to the YAML input file.
Methods
PostProcess.__init__
([input_file])PostProcess.common_parser
([filename])Parse simulation parameters from YAML file.
PostProcess.evolve_loop
(phase, ...)Initialize all classes.
Calculate all the observables from the YAML input file.
PostProcess.setup
([read_yaml, other_inputs])Setup simulations' parameters and io subclasses.
PostProcess.setup_from_simulation
(simulation)Setup postprocess' subclasses by (shallow) copying them from simulation object.