Skip to content
Snippets Groups Projects
Commit 6a9d30e7 authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

BUG: solverInfo: ensure access to initial residual fields (#1452)

Prior to the commit, initial residual fields were registered by
the `setResidualField()` function of a linear solver with a field name
prefixed by `residual:`. However, `solverInfo` FO could only access to
the initial residual fields prefixed by `initialResidual:`.

Due to this discrepancy, using `solverInfo` FO with `writeResidualFields=true`
option was resulting in empty residual fields to be output.
parent 350faccb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment