Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove guess of first value in explicit multistage scheme #506

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

tommbendall
Copy link
Contributor

@tommbendall tommbendall commented Apr 29, 2024

At the start of each explicit multistage step, we initialise the expected result with our current field as a "guess".

This was added in #472 which came onto main in #469. It was an attempt to ensure that the explicit multistage schemes with the increment form developed in #413 could be used with conservative tracer transport. These equations do not have a unique solution if the density is zero, but provided a guess and using an iterative method helps to avoid issues).

However it appears that it may be causing problems in various tests! So this PR removes that line.

@jshipton
Copy link
Contributor

Should we revert to the previous KGO for the linear shallow water test?

@jshipton jshipton merged commit dd678e2 into main Apr 30, 2024
4 checks passed
@jshipton jshipton deleted the TBendall/ExplicitGuessFix branch April 30, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants