Skip to content

Castro 19.12

Compare
Choose a tag to compare
@zingale zingale released this 02 Dec 14:20
  • The use_retry mechanism has been enabled for the simplified
    SDC time integration method. (#695)

  • A case where use_retry could result in a very small last
    subcycle has been avoided. (#701)

  • We no longer allocate memory for sources for the species
    in the conserved state unless PRIM_SPECIES_HAVE_SOURCES is set
    (#699)

  • A subroutine eos_on_host has been added to the EOS module.
    This is a wrapper for the EOS that must be used for CUDA
    builds if the EOS is being called in probinit or other
    places that don't run on the GPU. (#693)

  • We now use VODE90 instead of VODE by default. (#677)

  • A new unit test was added, model_burner, which reads in a 1-d
    initial model and calls the reaction network on it. This can
    be used to test tolerances, etc.