[NumLib] use piecewise linear interpolation for multipliers of iteration based time stepping scheme
Fixes: #3539 (closed)
Mild improvement can be achieved for the given benchmark case:
info: The whole computation of the time stepping took 4155 steps, in which
the accepted steps are 4154, and the rejected steps are 1.
Vs previous/default constant interpolation:
info: The whole computation of the time stepping took 4165 steps, in which
the accepted steps are 4163, and the rejected steps are 2.
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behaviour change was documented?
Edited by Jörg Buchwald