Commit e35eda3
Fix restart roundtrip, grid stretching, and hypoelasticity test failures
Restart roundtrip: Phase 2 now runs only SIMULATION (skips pre_process)
since it reads grid+IC directly from p_all/p0/<mid_step>/. D/ is
preserved across phases and intermediate step files are cleaned up so
the final output matches a straight run.
Grid stretching: Enlarge patches to cover the cosh-stretched domain
(which expands beyond [0,1] to ~[0,1.39] with a=2, x_a=0.3, x_b=0.7).
Without this, cells beyond the original bounds are uninitialized.
Hypoelasticity MPI: Add dt=1e-06 matching other 3D hypoelasticity tests
(default dt=0.0005 exceeds CFL for the high speed of sound ~88).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent de3a7a5 commit e35eda3
10 files changed
Lines changed: 203 additions & 12 deletions
File tree
- tests
- 0090B316
- 05D092C5
- 0DDE8A87
- 1A379909
- 59C3F366
- 75D7CC39
- B49877F3
- C3A4DBAE
- toolchain/mfc/test
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | 163 | | |
166 | 164 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
170 | 168 | | |
171 | 169 | | |
172 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
173 | 181 | | |
174 | 182 | | |
175 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1213 | 1213 | | |
1214 | 1214 | | |
1215 | 1215 | | |
| 1216 | + | |
1216 | 1217 | | |
1217 | 1218 | | |
1218 | 1219 | | |
| |||
1321 | 1322 | | |
1322 | 1323 | | |
1323 | 1324 | | |
1324 | | - | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
1325 | 1331 | | |
1326 | | - | |
1327 | | - | |
1328 | | - | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
1329 | 1344 | | |
1330 | 1345 | | |
1331 | 1346 | | |
| |||
0 commit comments