Skip to content

Improving Initial Value Problem Solver

This commit improve different features in initial value problem solver

  • vtkRungeKutta4 now set xnext, even when going out of domain, the same way RK2 and RK45 do.
  • vtkInitialValueProblemSolvers now supports mulitple initialization, allowing to change the function set of a solver after initializing it.

Merge request reports