Skip to content

Microphysics 19.12

Compare
Choose a tag to compare
@zingale zingale released this 02 Dec 14:28
  • Simplified SDC integration now uses the same retry strategy
    as the default (non-SDC) integration. (#215)

  • VODE90 can now participate in the retry strategy that was
    previously available to the VODE integrator, where it can
    switch to the BS integrator if loosening the tolerances
    does not allow the burn to complete. (#201)

  • The parameter ode_max_steps was made consistent in VODE and
    VODE90; in some places it was being ignored. (#214)

  • The helmholtz EOS was restructured, splitting the different
    components into different functions and optimizing the memory
    accesses. (#200)

  • The derivatives with respect to mass fraction (dpdX, dedX, dhdX)
    were removed from eos_t and are now available through a new type,
    eos_xderivs_t and the composition_derivatives() routine. (#207)

  • A bug in the screening of the C12+C12 and O16+O16 rates in iso7
    was fixed.

  • The test_eos unit test now outputs all of the variables in the
    eos_t type.