prisms-center/phaseField

Improve nonlinear update output

Opened this issue · 0 comments

The current output for each nonlinear solve is not very descriptive.

if (currentIncrement % userInputs.skip_print_steps == 0)
  {
    pcout << "Relative difference between nonlinear "
             "iterations: "
          << diff << " " << nonlinear_it_index << " " << currentIncrement
          << "\n";
  }