-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Oscillator: Use adaptive black-box time stepper and dense output. #500
Oscillator: Use adaptive black-box time stepper and dense output. #500
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clever strategy.
Do we need to update anything in the README? There, we still write about 4 time steps.
@MakisH The CI Pipeline is failing. I think at some point you said this is a general problem you can fix somehow? |
Fixed. Sorry for the mess... |
I did a final round of testing and will merge this PR now. |
Let black-box time stepper directly access preCICE
read_data
function to avoid need for interpolation. Sample from dense output to circumvent need for substeps.