Skip to content

make get_mean_values suport t_last and t_start for tmax and tmin + black

vlabarre requested to merge topic/default/get_mean_values into branch/default

Modify fluidsim.base.output.base.get_mean_values such that we can pass the following argument:

tmin="t_start+?"
tmin="t_last-?"
tmax="t_start+?"
tmax="t_last-?"

This is useful when we want to compute the mean values over the last (or the first) times only for example.

Merge request reports