Commit a3def84
committed
Don't re-enable split mesh partitioning too early
This fixes libMesh/libmesh#3759 regressions in
the GridPartitioner mesh splitting tests for me. When we recognize that
an unpartitioned mesh is unprepared (which the libMesh PR now does), and
that prompts MOOSE to call prepare_for_use(), we'd better still have
partitioning disabled unless we want to see some partitioning.1 parent 441108e commit a3def84
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2960 | 2960 | | |
2961 | 2961 | | |
2962 | 2962 | | |
2963 | | - | |
2964 | | - | |
2965 | | - | |
2966 | | - | |
2967 | 2963 | | |
2968 | 2964 | | |
2969 | 2965 | | |
| |||
0 commit comments