David Wells
David Wells
Related to #1467: as of CMake 3.10 we can skip all the MPI Fortran stuff. Since we never call MPI routines from Fortran this should make things a little simpler....
Since the IBStrategy object isn't set up at this point this doesn't do anything. ### IBAMR Pull Request Checklist - [x] Does the test suite pass? - [x] Was clang-format...
I mentioned I would do this in another thread and I need to write down some todos somewhere. We've run into a couple of silly problems recently due to insufficient...
We should redo the way we deploy documentation to compile and install a complete doxygen manual to `ibamr.github.io` instead of having two different repositories containing build information. We should also...
#987 shows that some mechanics methods need to do projections for one reason or another, so it makes sense that `FEMechanicsBase` has access to our `FEProjector` class which knows how...
This is the other place where `IBFEMethod` will use the scratch hierarchy (that is, in `IBFEMethod::spreadFluidSource`), but we don't have any tests or examples that actually use this code. @cpuelz...
This isn't directly related to IBAMR, but it comes up very frequently (at least among users at UNC), so we should do it. Some topics to include: - getting tetwild...
This should be straightforward to do within IBAMR - we can borrow liberally from https://github.com/dealii/dealii/blob/981214b60b491f465dd8cf04e24989a2d806229c/cmake/macros/macro_deal_ii_query_git_information.cmake and then add a utility function to print it.
There is definitely a way to do this: in deal.II we do not activate testers until the 'ready to test' label is applied. We are going to waste a lot...