Skip to content

Fix dudt in higher-order pressure BC

Ankang Gao requested to merge gaoak/nektar:fix/ExtrapolateCoefficients into master

The previous coefficients calculate dudt at time step n using u at n, n-1, ... . This results in a first-order accuracy high-order pressure boundary condition at n+1. The coefficients are copied from http://web.media.mit.edu/~crtaylor/calculator.html

This has been fixed and tested for the standard scheme but we have left the sub-stepping scheme as it was previously.

Edited by Spencer Sherwin

Merge request reports