shannon-lab / zapdos

Open source MOOSE framework application for simulating plasmas
https://shannon-lab.github.io/zapdos/
GNU Lesser General Public License v2.1
39 stars 38 forks source link

Some tests will diff if the initial residual evaluation is skipped #217

Open hugary1995 opened 11 months ago

hugary1995 commented 11 months ago

See this PR https://github.com/idaholab/moose/pull/26222 for how to reproduce this issue.

Note that no action will be required unless you opt to use the new behavior.

hugary1995 commented 7 months ago

Leaving a comment here to remind our future selves that the app defaults to legacy behavior, and so no tests will diff. To see the diffs, we need to set the use_legacy_initial_residual_evaluation_behavior parameter in *App.C to false.