David Wells
David Wells
We no longer set `DEAL_II_INCLUDE_DIRS` - while not hard to work around I do have to modify my own CMake scripts to get around it. Was this intentional? I'd prefer...
> Or can you imagine a situation where an element has a different number of DoFs on one triangular face than another triangular face? Do we support this kind of...
To the best of my knowledge this was fixed by https://github.com/Homebrew/homebrew-core/pull/94029 - there's not a lot I can do about bugs in homebrew and since this is fixed upstream I'm...
It's been 9 months without an update - lets close this for now. We can always reopen this PR if there's some forward progress from the FCST team.
These functions really need to be in the header for reasons stated above (condassign in a template function). Furthermore, we don't gain a lot by trying to excise adolc from...
We're already overdue for this release - do people still want it to happen?
Since we haven't merged the relevant patches yet, doing another quick release doesn't make sense. Lets make this the summer release.
Lets wrap up what we have this week and call it a new release. I'll tag a few outstanding issues and we'll go with what we have on Friday.
We're done!
``` [ 71%] Building CXX object tests/CMakeFiles/tests-IBTK_pointwise_function_3d.dir/IBTK/pointwise_function.cpp.o /__w/IBAMR/IBAMR/tests/IBTK/pointwise_function.cpp: In function 'int main(int, char**)': /__w/IBAMR/IBAMR/tests/IBTK/pointwise_function.cpp:167:35: error: missing template arguments before 'pt_scalar_fcn' CartGridPointwiseFunction pt_scalar_fcn("scalar", scalar_fcn); ^ ``` Hah - the C++17-isms are...