Remove deprecated isReadDataAvailable #247
Merged
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.
As discussed in precice/precice#1223, preCICE v2.5.0 deprecated
isReadDataAvailable()
, which is planned for removal in preCICE v3. Related: #235.This PR already removes this call, to avoid the deprecation warning when compiling the adapter.
It should currently not matter for results, as it re-reads the same information on the boundary, but it should make time interpolation easier in the future. I quickly ran the flow-over-heated-plate case with subcycling (2 solver time steps for 1 coupling time window) and implicit coupling (hint: we currently have issues with FSI and subcycling #58), and the result files are identical. In this small case, the runtime seems to be approximately the same (without any rigorous performance test, just one sample for each case).
Still, the adapter performs now each assignment on the boundaries every time.
@uekerman / @davidscn Anything else to consider here?
The diff may look a bit complicated, but it is just removing one
if
check and indenting-out.TODO list:
docs/
changelog-entries/
(create directory if missing)