prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Improve nonlinear update output #302

Open landinjm opened 1 week ago

landinjm commented 1 week ago

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";
  }