15 | | * One global loop over the coupling windows : 5 to iterate. Counter `iswloop`, limits `1 to nsloops`. |
16 | | * One inner loop over the number of schwarz iteration for each coupling window : 6. Counter `kswr`, limits `1 to mswr`. |
17 | | * One most inner loop over the time steps done in one Schwarz coupling window : 15 time steps. Counter `istp`, limits `nit000 + (iswloop-1)*ntsinswr to nit000+iswloop*ntsinswr-1` |
| 15 | * One global loop over the coupling windows : 5 to iterate. Counter `iswloop`, values `1 to nsloops`. |
| 16 | * One inner loop over the number of schwarz iteration for each coupling window : 6. Counter `kswr`, values `1 to mswr`. |
| 17 | * One most inner loop over the time steps done in one Schwarz coupling window : 15 time steps. Counter `istp`, values `nit000 + (iswloop-1)*ntsinswr to nit000+iswloop*ntsinswr-1` |