|
NOX
Development
|
Container for solver statistics. More...
#include <NOX_SolverStats.hpp>

Classes | |
| struct | LinearSolveStats |
| Statistics for the linear solve. More... | |
| struct | TrustRegionStats |
| Container for trust region statistics. More... | |
Public Member Functions | |
| void | resetForNewNonlinearSolve () |
| void | incrementNumNonlinearSolves () |
| Increases the number of nonlinear solves by one. | |
| void | incrementNumNonlinearIterations () |
Public Attributes | |
| int | num_nonlinear_solves |
| Total number of nonlinear solves attempted. | |
| int | num_nonlinear_iterations |
| Number of nonlinear iterations in the last nonlinear solve. | |
| int | num_total_nonlinear_iterations |
| Total number of nonlinear iterations for all nonlinear solves. | |
| NOX::LineSearchCounters | line_search |
| Line search stats for the last nonlinear solve. | |
| TrustRegionStats | trust_region |
| Trust Regions stats for the last nonlinear solve. | |
Container for solver statistics.
1.8.16