Closed pbauman closed 5 years ago
Wait, seriously?? What was the bug? I can't make it out from the diff.
Wait, seriously?? What was the bug? I can't make it out from the diff.
Diff is huge so it's hard to make out (aside from the many other valid reasons you have).
needs to be elem_solution_rate_derivative()
. I think it's just leftover from once-upon-a-time when TimeSolvers
were refactored and nobody did Stokes, so we never noticed. (We noticed when monkeying with FSI for test cases).
There was actually a bug in Stokes::mass_residual. Getting rid of a bit of code duplication. I would like to template on dimension similar to what happened in solids, but that is a larger project with less priority.