Use time::Storage for sending and receiving data#1504
Closed
BenjaminRodenberg wants to merge 105 commits intoprecice:developfrom
Closed
Use time::Storage for sending and receiving data#1504BenjaminRodenberg wants to merge 105 commits intoprecice:developfrom
BenjaminRodenberg wants to merge 105 commits intoprecice:developfrom
Conversation
Contributor
Author
|
Currently, some tests are not working. But the basic functionality is fine. |
17 tasks
Member
|
Could you try to rebase this PR on #1462 I would prefer to merge it swiftly. |
Contributor
Author
I will try to synchronize this PR with develop as soon as I figured out what's going wrong with the Quasi-Newton Test. I guess I will need some more unit tests here first. |
…se-storage-in-coupling-data
Contributor
Author
|
I merged #1507 into this PR, but the new unit tests did not give me any new insights regarding the failure of parallel coupling + QN |
…se-storage-in-coupling-data
…se-storage-in-coupling-data
uekerman
reviewed
Apr 8, 2023
| } | ||
|
|
||
| void SolverInterfaceImpl::mapReadData() | ||
| void SolverInterfaceImpl::mapReadDataAndPerformReadAction(std::vector<double> receiveTimes) |
Member
There was a problem hiding this comment.
IMO, this function (name) is overkill. But let's re-evaluate once we have a symmetric treatment of read and write.
Contributor
Author
Contributor
Author
|
Replaced by #1639 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main changes of this PR
Uses
time::Storageto store sent and received data.Motivation and additional information
CouplingScheme::receiveResultOfFirstAdvanceand simplifies usage ofCouplingScheme.Author's checklist
pre-commithook to prevent dirty commits and usedpre-commit run --allto format old commits.make changelogif there are user-observable changes since the last release.I added a test to cover the proposed changes in our test suite.no new features implemented. Pure refactoring.For breaking changes: I documented the changes in the appropriate porting guide.not breakingReviewers' checklist