Skip to content

Release 23.10

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 18:28

23.10

  • True-SDC no longer evolves density as part of the reaction system
    and now uses the same ODE code path as simplified-SDC. This means
    we don't need our own custom VODE righthand side functions (#2559,
    #2560, #2567, #2578, #2580, #2584)

  • The true SDC runtime parameter sdc_solve_for_rhoe has been
    removed. (#2572)

  • The true SDC runtime parameters sdc_solver_tol_spec,
    sdc_solver_tol_ener, sdc_solver_atol have been removed.
    Instead the Microphysics integration tolerance parameters should
    be used. (#2571)

  • The true SDC runtime parameter sdc_newton_use_analytic_jac has
    been removed. Instead the Microphysics integrator jacobian
    parameter should be used (#2573)