NOX  Development
Classes | Public Member Functions | Public Attributes | List of all members
NOX::SolverStats Struct Reference

Container for solver statistics. More...

#include <NOX_SolverStats.hpp>

Collaboration diagram for NOX::SolverStats:
Collaboration graph
[legend]

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.
 

Detailed Description

Container for solver statistics.


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