Skip to content

[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.
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behaviour change was documented?
Edited by Jörg Buchwald

Merge request reports

Loading