Skip to content

Fix CFS residual

Dave Moxey requested to merge fix/cfs-residual into master

This MR fixes a small error in the CFS residual, where the previous timestep's values were not being updated at the end of CalcSteadyState, causing residuals to always be measured against the initial condition.

Merge request reports