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

Use new checkpointing for the mountain examples #380

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

tommbendall
Copy link
Contributor

Our two outstanding examples using the DumbCheckpoint method of checkpointing were the mountain examples -- as these threw an error (described in PR #371) when we tried to use CheckpointFile.

The fix suggested by @ksagiyam is to ensure that the mountain meshes are told that their base mesh is the original 1D base mesh.

This PR makes that change, changes the checkpointing for these two examples and also neatens up a bit of the code at the top of these examples.

Copy link
Contributor

@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.

Thanks @tommbendall and @ksagiyam - I have made an issue #381 to remind us to check if this gets fixed somewhere within Firedrake and then we can remove those couple of lines.

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