Commit 1d6f6fb
committed
Try reading surrounding h5 files if data not found
File numbers can get slightly out of sync between cores, leading
to erroneous file names in the xdmf file (which is a bug in StagYY).
This commit is a quick fix to be able to read the data anyway by
looking at the previous and next file when a field is not found in
the file where it is expected.
A more robust fix would be to get rid of reading the Data.xmf file
altogether and actually look at where the data is. StagYY output
should be fixed as well.1 parent 3dac498 commit 1d6f6fb
1 file changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
656 | 679 | | |
657 | 680 | | |
658 | 681 | | |
| |||
0 commit comments