Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Attributes | List of all members
smith::ConvergenceStatus Struct Reference

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 Description

Detailed status from evaluating nonlinear residual convergence.

Definition at line 17 of file nonlinear_convergence.hpp.


The documentation for this struct was generated from the following file: