Skip to content

Release 24.01

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 18:29

24.01

  • The quantum corrections for the Chabrier screening are
    now optional (#1428)

  • We've replaced std::pow() with amrex::Math::powi for integer
    powers for better GPU performance (#1432)

  • in_nse now works with an eos_t for tabular NSE (#1424)

  • There are a new set of interfaces for inverting the EOS when
    we are in NSE (with the tabular NSE) that consistently find
    T and the composition (#1405, #1430)

  • The NSE table now uses finer spacing (#1427)

  • The SDC+NSE update for tabular NSE is now based on a 2nd-order
    Runge-Kutta method (#1415)

  • An additional check on molar fractions was added to
    self-consistent NSE to determine if we are in NSE (#1417)

  • The NSE table interface was changed (#1404, #1418)

  • A script that checks if a network is compatible with
    self-consistent NSE was added (#1416)

  • constant T evolution was fixed (#1408)

  • An unsafe reinterpret_cast was removed from linear algebra (#1412)

  • Methods for computing T derivatives of an NSE table quantity were
    added (#1407)