ASPECT
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
aspect::StokesSolver::SolverOutputs Struct Reference

Public Member Functions

 SolverOutputs ()
 

Public Attributes

double initial_nonlinear_residual
 
double final_linear_residual
 
double pressure_normalization_adjustment
 

Detailed Description

A struct that contains the return values provided by the different stokes solvers.

Definition at line 36 of file interface.h.

Constructor & Destructor Documentation

§ SolverOutputs()

aspect::StokesSolver::SolverOutputs::SolverOutputs ( )
inline

Definition at line 38 of file interface.h.

Member Data Documentation

§ initial_nonlinear_residual

double aspect::StokesSolver::SolverOutputs::initial_nonlinear_residual

The initial residual of the nonlinear solver (before solving) and the final residual of the linear solver (after solving).

Definition at line 49 of file interface.h.

§ final_linear_residual

double aspect::StokesSolver::SolverOutputs::final_linear_residual

Definition at line 50 of file interface.h.

§ pressure_normalization_adjustment

double aspect::StokesSolver::SolverOutputs::pressure_normalization_adjustment

The amount by which the pressure was adjusted to satisfy the chosen pressure normalization. This information is necessary to undo the normalization before the next solve.

Definition at line 57 of file interface.h.


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