|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Detailed status from evaluating nonlinear residual convergence. More...
#include <nonlinear_convergence.hpp>
Public Attributes | |
| bool | global_converged = false |
| True when the scalar global residual criterion passes. | |
| bool | converged = false |
| True when the scalar global residual criterion passes. | |
| double | global_norm = 0.0 |
| Current scalar global residual norm. | |
| double | global_goal = 0.0 |
| Scalar convergence threshold used for the global check. | |
| std::vector< double > | block_norms = {} |
| Residual norms used to form the scalar global norm. | |
Detailed status from evaluating nonlinear residual convergence.
Definition at line 17 of file nonlinear_convergence.hpp.