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

Rexi updated #423

Merged
merged 63 commits into from
Dec 17, 2024
Merged

Rexi updated #423

merged 63 commits into from
Dec 17, 2024

Conversation

jshipton
Copy link
Contributor

@jshipton jshipton commented Aug 15, 2023

This contains code to compute the exponential of the linear operator defined by linearising an equation.

The code is tested for shallow water and compressible Boussinesq and there are also some tests for the REXI approximation.

Copy link
Contributor Author

@jshipton jshipton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nhartney could you update the checkpoint data file to contain known correct output from REXI so that we can then make the test tolerances smaller? Thanks!

@tommbendall tommbendall added enhancement Involves adding a new capability research problem Involves new science, with possibly unknown outcome labels Aug 7, 2024
@tommbendall tommbendall marked this pull request as ready for review November 1, 2024 14:40
tommbendall
tommbendall previously approved these changes Nov 5, 2024
Copy link
Contributor

@tommbendall tommbendall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am happy with everything here -- we just need to merge in main and resolve conflicts

@@ -21,7 +21,7 @@ class GustoIOError(IOError):
pass


def pick_up_mesh(output, mesh_name):
def pick_up_mesh(output, mesh_name, comm=COMM_WORLD):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had a brief chat about the addition of the comm argument here last week -- this makes sense to me now.

Copy link
Contributor

@tommbendall tommbendall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Jemma, exciting!

@tommbendall tommbendall merged commit 58617bc into main Dec 17, 2024
4 checks passed
@tommbendall tommbendall deleted the rexi_updated branch December 17, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Involves adding a new capability research problem Involves new science, with possibly unknown outcome
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants