Skip to content

IBAMR 0.4.0

Compare
Choose a tag to compare
@drwells drwells released this 29 Mar 17:13
· 2 commits to IBAMR-0.4 since this release
fdc44be

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

  1. Minimum libMesh version is officially 1.1
  2. C++11 is required
  3. Major performance improvements to IBFE

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 < ibamr-samrai-fixes.patch