compare_beam_calculators module
Define an utility function to compare two BeamCalculator.
Todo
Allow for undetermined number of BeamCalculator in the config, and update here.
- output_comparison(sim_1, sim_2, element, qty, single_value, **kwargs)[source]
Compare two simulation outputs.
- Parameters:
sim1 – Objects to compate.
sim2 – Objects to compate.
qty (
str) – Quantity that will be compared.single_value (
bool) – True if a single value is expected, False if it is an array.sim_1 (
SimulationOutput)sim_2 (
SimulationOutput)
- Return type:
- Returns:
Holds requested information.