Jed Brown
Jed Brown
Okay, I pushed a commit to swap the feature names, but it'll use `pkg-config --static` when trying to find the system library, unless one sets both `system` and `shared`. (If...
Just that activating `system` only will tend to overlink or possibly fail, since system libs are usually shared libs. So it's a bit more user complexity to remember to activate...
Revisiting this while trying to understand the root issue of weak symbols not working with static linking on MacOS. I don't have a solution there, but I found that `ar...
It's possible the derivative of the Riemann solver is not exact. If HLL gives quadratic, that would be a smoking gun. I would hope Newton convergence is similar with the...
Hi @amandashack :wave: I hope you're enjoying break. Can you please let us know if you plan to get back to this, and if so, on what timeline?
@knepley Yeah, this branch is intended to create a mesh with element size versus fraction of the computational domain that looks similar to the figure below, but with the transition...
:wave: Hi, @amandashack. Just checking in on this, if you're still planning to finish and if you have what you need to do so? Completing this would make it easier...
Sounds good. The high order solvers are much improved now so this design space will get interesting.
Certainly interesting, but do note that we have a limited number of combinations in tensor contractions so this is more of a solution to a finding that compile-time constant sizes...
It's a low-effort test to see if specializing one particular size has much benefit. Like just drop in some integer literals and run a benchmark using matching sizes. If it's...