Skip to content

refactoring meshplotlib's diff_plot

Florian Zill requested to merge FZill/ogstools:Refactoring into main

Purpose

First step towards a cleaner postprocessing interface. Data processing and plotting have to be separated. Difference plots can now be achieved by creating a mesh difference with a corresponding function and calling the usual plot function. Since the type of unit may change (e.g. 2°C - 1°C = 1K), the Property class now contains a delta attribute to create the corresponding delta Property.

Edited by Florian Zill

Merge request reports

Loading