Skip to content

BOUT++ v4.2.2

Compare
Choose a tag to compare
@ZedThree ZedThree released this 01 Mar 13:40
· 7585 commits to master since this release
a0cf8ee

This is a bugfix release:

  • Fix a couple of bugs when updating Coordinates objects on the mesh
  • Fix a bug in FCI: missed the last point in Z for corner
    displacements
  • Fix location not being set correctly in LaplaceXZ
  • Fix some bugs in finite volume methods:
    • Wrong region used in loop
    • Metric component indexed at wrong location
    • Use field-aligned field if necessary
  • Fix wall-time limit not triggering on all processes
  • Link against libdl if needed for backtrace
  • Provide version numbering for Hypnotoad
  • Small improvements to testing frameworks
  • Various warning fixes