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

Add IMEX ImplicitDenseOutput mutator #5711

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

wthrowe
Copy link
Member

@wthrowe wthrowe commented Jan 19, 2024

Proposed changes

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

@wthrowe
Copy link
Member Author

wthrowe commented Jan 23, 2024

Please hold off on merging. There is a bug somewhere in the IMEX dense output code that needs tracking down. I don't know if it in this PR or somewhere else.

@wthrowe wthrowe added the in progress Don't review, used for sharing code and getting feedback label Jan 23, 2024
Copy link
Member

@nilsdeppe nilsdeppe left a comment

Choose a reason for hiding this comment

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

Waiting on Will. This way it can't get accidentally merged :)

Attempt to retrieve the step start in a time-stepper-agnostic way.
Should work as long as we don't add single-stage methods that try to
use FSAL or something.
IMEX needs to update from multiple histories for a single output.
@wthrowe
Copy link
Member Author

wthrowe commented Jan 26, 2024

I haven't figured out what's going on yet, but I'm pretty much convinced that it's not related to this code, so I think we can merge this. I've added a check that the dense output returned success and rebased on develop.

@wthrowe wthrowe removed the in progress Don't review, used for sharing code and getting feedback label Jan 26, 2024
@nilsdeppe nilsdeppe merged commit 27eb8ed into sxs-collaboration:develop Jan 26, 2024
22 checks passed
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