Skip to content

Revive the sum integrator

Martin Lange requested to merge time-integration into main
  • Outputs check info compatibility also vs. own initial info
  • Add step interpolator StepTime with adjustable step position
  • Rename averaging IntegrateTime to AvgOverTime
  • Implement SumOverTime

Fixes #21 (closed)

See !195 (merged) for full documentation, incl. illustrative plots.

Remaining issues

For all the integration adapters, it is unclear how to deal with the first pull when no time span is available.

Currently, AvgOverTime and SumOverTime with non-time-normalized data return the available single data entry, while SumOverTime with time-normalized data multiplies that entry with a user-defined duration (could e.g. be 0 or the target's time step).

Tracking this in #84.

Edited by Martin Lange

Merge request reports