[soln-filter]
Parameterises an exponential solution filter with
nsteps— apply filter everynsteps:int
alpha— strength of filter:float
order— order of filter:int
cutoff— cutoff frequency below which no filtering is applied:int
Example:
[soln-filter]
nsteps = 10
alpha = 36.0
order = 16
cutoff = 1