CASL / Futility

VERA Fortran Utilities
Other
44 stars 20 forks source link

Remove Call Restriction On Anderson Reset #263

Closed jpjones6 closed 4 years ago

jpjones6 commented 4 years ago

The native Anderson Acceleration ability had a restriction in place that required that a solution step be taken at least once before the solver was reset. This normally makes sense, however, for multistate cases where only a single iteration will be taken on a state this restriction becomes a problem. This MR simply removes the restriction.