Skip to content

1.6.2

Compare
Choose a tag to compare
@Yurlungur Yurlungur released this 12 Oct 21:17
· 1736 commits to main since this release
d6bd1f5

Date: 10/12/2022

Updated hdf5 handling in the build

  • [PR181] change from manual dependecy handling to using hdf5 interface targets

Fixed (Repair bugs, etc)

  • [PR183] fortify cmake export config to always have interface targets of dependencies that need them
  • [PR174] fix build configuration when closures are disabled
  • [PR157] fix root finders in Gruneisen, Davis, and JWL
  • [PR151] fix module install

Added (new features/APIs/variables/...)

  • [PR175] document some builds
  • [PR164] provide facilities for an initial temperature guess for PTE
  • [PR156] This PR adds 2 new PTE solvers, solvers that obtain a PTE solution when either P or T are known. This enables mixed material rho-T and rho-P initializations to be dealt with correctly.

Changed (changing behavior/API/variables/...)

  • [PR156] This PR changes how the get_sg_eos function calls PTE solvers and does lookups based on input condition. Each input condition now calls into its own specialized kernel that ensures the inputs and outputs are treated appropriately.
  • [PR168] move EOS files to header-only
  • [PR167] allow for the possiblity Kokkos version can't be inferred