Update WR documentation for serial coupling#174
Update WR documentation for serial coupling#174BenjaminRodenberg wants to merge 5 commits intoprecice-v3from
Conversation
| ## Initialize Data | ||
|
|
||
| * When using waveform iteration both participants can initialize data, even when serial implicit coupling is used. | ||
| * Reason for this: Initialized data is used at the beginning of the window. First write data at the end of the window. This means: Also first participant can initialize data that will be used by second participant at the beginning of the window. The the same time there is already data available at the end of the window in the first iteration of a serial implict coupling scheme. | ||
| * If no initial data is provided, the data at the beginning of the window is **always** implicitly set to zero and there is no possibility to change this. |
There was a problem hiding this comment.
| ## Initialize Data | |
| * When using waveform iteration both participants can initialize data, even when serial implicit coupling is used. | |
| * Reason for this: Initialized data is used at the beginning of the window. First write data at the end of the window. This means: Also first participant can initialize data that will be used by second participant at the beginning of the window. The the same time there is already data available at the end of the window in the first iteration of a serial implict coupling scheme. | |
| * If no initial data is provided, the data at the beginning of the window is **always** implicitly set to zero and there is no possibility to change this. | |
| ## Initialize Data | |
| * When using waveform iteration both participants can initialize data, even when serial implicit coupling is used. | |
| * Reason for this: Initialized data is used at the beginning of the window. First write data at the end of the window. This means: Also first participant can initialize data that will be used by second participant at the beginning of the window. The the same time there is already data available at the end of the window in the first iteration of a serial implict coupling scheme. | |
| * If no initial data is provided, the data at the beginning of the window is **always** implicitly set to zero and there is no possibility to change this. |
| ## Initialize Data | |
| * When using waveform iteration both participants can initialize data, even when serial implicit coupling is used. | |
| * Reason for this: Initialized data is used at the beginning of the window. First write data at the end of the window. This means: Also first participant can initialize data that will be used by second participant at the beginning of the window. The the same time there is already data available at the end of the window in the first iteration of a serial implict coupling scheme. | |
| * If no initial data is provided, the data at the beginning of the window is **always** implicitly set to zero and there is no possibility to change this. | |
| ## Initialize data | |
| * When using waveform iteration, both participants can initialize data, even when serial-implicit coupling is used. | |
| * Reason for this: Initialized data is used at the beginning of the window. First write data at the end of the window. Thus, the first participant can initialize data that is used by the second participant at the beginning of the window. | |
| * If no initial data is provided, the data at the beginning of the window is **always** implicitly set to zero. |
The sentence "The the same time there is already data available ...", I did not understand.
Could we add figures here? 😁
There was a problem hiding this comment.
I will try to come up with a nice figure 👍
Co-authored-by: Benjamin Uekermann <[email protected]>
|
Since we decided to removed |
|
I added an issue on the topic of data initialization: precice/precice#1367 |
|
I also updated the documentation on data initialization: #186 |
|
Closing this PR, because most changes are on |
This PR provides documentation related to the feature precice/precice#1029.
Todo