David Wells
David Wells
I want to wrap this up soon so we can get the nodal pressure branch merged in. One issue with this approach is that it computes values in ghost regions...
I read through the code and noticed that the other harmonic interpolation is https://github.com/IBAMR/IBAMR/blob/b7ae5f1a8accc41b662fac57223355406a6b9f7a/ibtk/src/math/HierarchyMathOps.cpp#L2192-L2198 i.e., that boolean is something completely different based on the type of variable. We should make...
I spent a few more hours digging through this and it looks like we only use this functionality in an intermediate step to interpolate viscosity to either nodal or edge...
That could be useful - do we have a writeup on what we might want to accomplish there? We can always update this branch later.
I need to finish this - it isn't hard but it is somewhat tedious to squelch all of the samrai warnings. ccache is the standard tool for compilation caching -...
Another thing we should do here is make sure we are consistently using `ld.gold`.
Superceded by #1693.
Looks like the containers failed correctly 😅 - I'll update those and redo the check.
Should we assign Michael 😄?
Getting this to work with multiple element types is excessively difficult - lets punt on this for this release. A better fix is to just increase the minimum version of...