Skip to content

v2024.01.1

Compare
Choose a tag to compare
@mdavis36 mdavis36 released this 14 Feb 01:21
· 237 commits to main since this release
ffd0e97

Version v2024.01.1 -- Release date 2024-02-17

  • Important Notes:
    • This is a patch release for v2024.01.0.

Notable changes include:

  • New features/ API changes:

    • Adding an optional second-stage problem start-up hook to the Physics package interface: Physics::initializeProblemStartupDependencies. The idea is to keep basic sizing
      of arrays and such in the first stage (Physics::initializeProblemStartup), while this new hook is used for updating any initial Physics state (and therefore provides a
      State and StateDerivatives object).
  • Build changes / improvements:
    *

  • Bug Fixes / improvements:

    • Fixed bug with ConstantBoundary in the presence of porosity with the new porosity models introduced in v2024.01.00.
    • Updating header lists for including Spheral modules in external projects.
    • Adding effective viscous pressure back to FSISPH.
    • Initial volumes for damage models were incorrectly not taking into account pore space when computing failure statistics for seeding flaws. Fixed.

What's Changed

  • 2024.01.0 Release changes back to develop by @mdavis36 in #257
  • Bugfix/fsisph ale3 d by @jmpearl in #259
  • Add make_policy.hh to the DataBase CMakeList.txt by @ldowen in #260
  • Bugfix/initialize problem startup dependencies by @jmikeowen in #261
  • Fixes some initialization problems with the damage models volume definitions. by @jmikeowen in #264
  • v2024.01.1 Patch Release by @mdavis36 in #263

Full Changelog: v2024.01.0...v2024.01.1