Skip to content

Releases: AMReX-Astro/Microphysics

Release 21.04

01 Apr 13:34

Choose a tag to compare

Microphysics 21.04

Release 21.03

01 Mar 14:56
60f8e44

Choose a tag to compare

Microphysics 21.03

Release 21.02

01 Feb 14:24
a2ce66d

Choose a tag to compare

  • Fortran support for the VODE integrator has been removed (#538)

  • Runtime parameters can now be set in the inputs file instead of
    the probin file (and then they are read in by C++ ParmParse). If
    a parameter is set in both places, then the inputs value is used.
    (#505)

  • Fortran support for simplified-SDC in the VODE integrator has
    been removed. (#492)

Release 21.01

01 Jan 22:47
6f28333

Choose a tag to compare

Microphysics 21.01

Microphysics 20.12

01 Dec 15:27
44f773a

Choose a tag to compare

20.12

  • The default absolute tolerance for species (atol_spec) has been
    increased to 1.e-8 (from 1.e-12). (#422)

  • An interface has been added for C++ integrators to call the RHS
    from a network that only has a Fortran implementation. This allows
    the use of USE_CXX_REACTIONS = TRUE for any network (however, CUDA
    is not currently supported for this case). (#419)

Release 20.11

01 Nov 21:43
ccd82d1

Choose a tag to compare

  • The aprox19 + NSE network was ported to C++ (#362)

  • The simplified-SDC code path was ported to C++ (#389)

Release 20.10

01 Oct 11:49

Choose a tag to compare

  • An option to use NSE instead of integrating the reaction
    network has been added to the aprox19 network. (#332)

  • The BS integrator no longer supports simplified-SDC (#393)

  • The triple_alpha_plus_cago network switch to using binding
    energies in MeV, consistent with the aprox nets (#354)

Release 20.09

01 Sep 14:05

Choose a tag to compare

  • Unit tests now write a job_info file (#383)

  • A new single-zone EOS test routine was created as unit_test/eos_cell
    (#382)

  • The gamma_law eos (not gamma_law_general) now fills the sound speed,
    entropy, and derivatives for more inputs (#374)

  • The rprox network now has screening (#377)

  • The NETWORK_PROPERTIES file was split to put the number of
    auxiliary species into its own file, NAUX_NETWORK. This allows
    us to put if-logic into the file to choose the number of
    auxiliary quantities based on make setting (like USE_NSE). (#370)

Release 20.08

01 Aug 13:15

Choose a tag to compare

  • Several of the unit tests had separate C++ and Fortran
    implementions. These have been unified (#343, #344, #345)

  • The VBDF integrator was removed (#348)

  • VODE can now reject an internal timestep that has any abundance
    change by more than a factor of 2, or an abundance < 0 or > 1,
    as well as timesteps where the temperature ends up negative. (#350)

Microphysics 20.07

01 Jul 12:53

Choose a tag to compare

20.07

  • The "master" branch has been renamed "main" (#333)

  • NETWORK_PROPERTIES now includes the number of Aux quantities (#330)