Accumulate the global L2 norm of the residual into state%resid_glob.
resid_glob = sqrt( sum_{i,k} resid(i,k)^2 / (n_pt * neq) )
Called at the end of every time step for convergence monitoring.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(solver_state_t), | intent(inout) | :: | state |