abarret / multiphase-stokes

Solver a mixture of fluids based on IBAMR
1 stars 0 forks source link

Second order accuracy for time stepping #38

Closed abarret closed 1 year ago

abarret commented 1 year ago

This fixes time evaluations of certain fields needed for second order accuracy. @bindi-nagda, I've forced pushed to this branch. When you have a chance, can you pull the branch and check that this still gives second order accuracy with your test problems? You made need to do a git reset --hard origin/fix_rhs_timestepping because of the force push.

abarret commented 1 year ago

Fixes #36

bindi-nagda commented 1 year ago

Yes, I've tested this branch and it still gives second order accuracy with my test problems.