Skip to content

Releases: IBAMR/IBSAMRAI2

2025.10.29

29 Oct 13:26
820c2bf

Choose a tag to compare

What's Changed

This release removes essentially all temporary allocations done by SAMRAI in favor of the memory pool implemented inside tbox::Array.

Full Changelog: 2025.10.16...2025.10.29

2025.10.16

21 Oct 14:54
1aa35d7

Choose a tag to compare

What's Changed

  • add halo fill patterns to RefineSchedule by @boyceg in #49
  • have RefineSchedule set the target level number in VariableFillPattern by @boyceg in #46
  • avoid redundant overlap boxes in overlap computations by @boyceg in #50

Full Changelog: 2025.09.12...2025.10.16

2025.09.12

12 Sep 17:17
3a486e5

Choose a tag to compare

What's Changed

Full Changelog: 2025.01.09...2025.09.12

2025.01.09

09 Jan 21:55
c72b1b3

Choose a tag to compare

What's Changed

Full Changelog: 2024.06.28...2025.01.09

2024.06.28

28 Jun 17:47
74c04d6

Choose a tag to compare

What's Changed

Full Changelog: 2024.03.08...2024.06.28

2024.03.08

08 Mar 13:58
7304b00

Choose a tag to compare

What's Changed

  • Deal with a conflict in macro definitions. by @drwells in #22
  • Apply the same fix to SAMRAIManager.C. by @drwells in #23

Full Changelog: 2024.02.22...2024.03.08

2024.02.22

22 Feb 17:00
2c16f64

Choose a tag to compare

First release of our maintained fork of SAMRAI 2.

What's Changed

  • Fix execution with modern versions of HDF5. by @drwells in #20

Full Changelog: 2024.01.24...2024.02.22

IBSAMRAI2 version 2024.01.24

24 Jan 22:03
1ba6831

Choose a tag to compare

First release of our maintained fork of SAMRAI 2.

What's Changed

  • Remove duplicated files. by @drwells in #4
  • Skip overlapping box reset by @drwells in #3
  • Fix some compilation problems and warnings with clang-15. by @drwells in #6
  • avoid copying to a temporary buffer when packing ArrayData to MessageStream by @boyceg in #10
  • Fix warnings by @drwells in #13
  • Make IntVector et al's dtors non-virtual. by @drwells in #12
  • Avoid using an anonymous namespace. by @drwells in #14
  • switch from sprintf to snprintf by @boyceg in #15
  • Version 2024 01 24 by @drwells in #18

New Contributors

Full Changelog: https://github.com/IBAMR/IBSAMRAI2/commits/2024.01.24