David Wells
David Wells
Second half of #1505. Note that the first commit is duplicated - I'll rebase this as-needed. Some immediate TODOs: - [ ] Determine a better way to handle body forces...
From #1559: - [ ] make sure we use `rigrid_fluid_cfl_interval` everywhere. The old key, `regrid_cfl_interval`, still works but its ambiguous. - [ ] reindent them all
It would be good to add another CI job that does some basic header / formatting checks: 1. Verify that IBTK headers include `ibtk/config.h` and IBAMR headers include `ibamr/config.h` 2....
This is a pretty big project we should do to generally clean things up and make sure we don't have any more 'a level disappeared in regridding' bugs. #1589 introduces...
Fixes #1572. ~I need to add one more check but let me first ensure the first two are working.~ I added the missing check and everything looks good.
We need to update the CI to not use Silo 4.10 to get the other PR to work. This PR updates the first CI image (the basic Fedora one we...
Two small build system fixes: 1. Fix some issues with boost that only occur when the user installs boost on their own in a non-system directory 2. Enforce using SILO...
Fixes #1527. We can also do a much of libMesh modernizations with the newer version. ### IBAMR Pull Request Checklist - [x] Does the test suite pass? - [x] Was...
I've been doing some application profiling in the background while working on other things and trying to figure out why, for some problems, we spend an unreasonable amount of time...