I came across this when trying to apply some mesh adaptivity to a phase field problem with automatic scaling. If trying to do BOTH mesh adaptivity AND recompute scaling at each step, I hit an assert at the beginning of the second time step. If I remove either the mesh adaptivity or set compute_scaling_once = true, then problem runs fine. I'm running with the latest moose master (34fb8fad) and I believe my conda environment is up-to-date.
Bug Description
Cannot run a problem with both adaptivity and automatic scaling computed every step.
I came across this when trying to apply some mesh adaptivity to a phase field problem with automatic scaling. If trying to do BOTH mesh adaptivity AND recompute scaling at each step, I hit an assert at the beginning of the second time step. If I remove either the mesh adaptivity or set
compute_scaling_once = true
, then problem runs fine. I'm running with the latest moose master (34fb8fad) and I believe my conda environment is up-to-date.Bug Description
Cannot run a problem with both adaptivity and automatic scaling computed every step.
Steps to Reproduce
Add the following lines to the Executioner block of both_split_2vars.i
Impact
Would expect to use both these features simultaneously.
Here's the output when I run in debug mode: