[Cleanup] Bug fix: Do not mix old and new BC
During the first fixed point iteration, velocityIterate and the old velocity are identical except for the new BC: velocityIterate has already had them imposed. To simplify the control flow, kill v completely. Note that since we always make two fixed point iterations and this issue only occurs during the first step, this change only affects computational results as (a reduction of) noise
Loading
Please register or sign in to comment