Skip to content

elastic-tube-1d: Remove unnecessary read statement#232

Merged
MakisH merged 2 commits intoprecice:developfrom
BenjaminRodenberg:i_231
Feb 1, 2022
Merged

elastic-tube-1d: Remove unnecessary read statement#232
MakisH merged 2 commits intoprecice:developfrom
BenjaminRodenberg:i_231

Conversation

@BenjaminRodenberg
Copy link
Copy Markdown
Contributor

Closes #231

@BenjaminRodenberg BenjaminRodenberg self-assigned this Jul 29, 2021
@BenjaminRodenberg BenjaminRodenberg changed the base branch from master to develop July 29, 2021 08:15
@MakisH
Copy link
Copy Markdown
Member

MakisH commented Jul 29, 2021

Could you please rename the PR to clearly refer to elastic-tube-1d and to what it is changing? It would be easier to parse the PR list in the future.

@BenjaminRodenberg BenjaminRodenberg changed the title Remove unnecessary statement elastic-tube-1d: Remove unnecessary read statement Jul 29, 2021
@MakisH
Copy link
Copy Markdown
Member

MakisH commented Jul 29, 2021

Rebasing on develop should fix the failing "Check links" workflow.

@BenjaminRodenberg
Copy link
Copy Markdown
Contributor Author

This PR implements the following approach from #231 (comment):

initialize
read
while(ongoing){
  solve
  write
  advance
  read
}

@uekerman
Copy link
Copy Markdown
Member

Don't forget the changelog entry

@MakisH MakisH merged commit 9750de5 into precice:develop Feb 1, 2022
@MakisH MakisH added this to the v202104.2.0 milestone Feb 9, 2022
@BenjaminRodenberg BenjaminRodenberg deleted the i_231 branch November 22, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

elastic-tube-1d: Unnecessary readBlockScalarData

3 participants