Skip to content

[meshlib] timevalue of min or max over timeseries

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

Purpose

This feature enables the visualization of when a minimum or maximum of a property happens at any point in a mesh. It uses the existing MeshSeries.aggregate function which can now be called with two additional "func" arguments: "min_time" and "max_time".

Application background

Categories

  • postprocessing

Example

See meshplotlib example "Analyzing Meshseries Data"

Merge request reports

Loading