![]() |
ASPECT
|
Public Member Functions | |
SolverOutputs () | |
Public Attributes | |
double | initial_nonlinear_residual |
double | final_linear_residual |
double | pressure_normalization_adjustment |
A struct that contains the return values provided by the different stokes solvers.
Definition at line 36 of file interface.h.
|
inline |
Definition at line 38 of file interface.h.
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.
double aspect::StokesSolver::SolverOutputs::final_linear_residual |
Definition at line 50 of file interface.h.
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.