Skip to content

IBAMR 0.7.1

Compare
Choose a tag to compare
@drwells drwells released this 02 Jul 19:48
3857ef1

IBAMR, version 0.7.1. IBAMR is an adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method. See doc/news/changes/0.7.0-vs-0.7.1.html for the complete list of changes. This is a bugfix release. Changes include:

  • Add two missing header inclusions.
  • Add a workaround for a problematic compiler optimization.
  • Fix compatibility with libMesh 1.1.0.
  • Fix a bug with the way time steps are calculated in the advection integrators.

Please compile SAMRAI with the provided patch: this patch provides both bug and performance fixes (and resolves a number of compilation issues). Apply the patch in the root directory of SAMRAI with

patch -p1 < 0001-Collect-necessary-IBAMR-patches.patch