|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_NodalReconstruction.H>

Public Attributes | |
| int | iterations = 0 |
| total CG iterations, summed over attempts More... | |
| amrex::Real | final_residual = zero |
| CG residual of the accepted solve. More... | |
| bool | converged = false |
| int | refinements = 0 |
| times the regularization had to be raised More... | |
| amrex::Real | regularization = zero |
| accepted value of mu More... | |
| amrex::Real | deviation = zero |
| max |S - S_ref| More... | |
| amrex::Real | deviation_cap = zero |
| bound imposed on the above More... | |
| amrex::Real | max_average_error = zero |
| max |avg4(S) - T| More... | |
| amrex::Real | interp_average_error = zero |
| max |avg4(S_ref) - T|, for comparison More... | |
| amrex::Real | min_value = zero |
| min over nodes of S More... | |
| amrex::Real | max_value = zero |
| max over nodes of S More... | |
| bool SolveInfo::converged = false |
Referenced by NodalReconstruction::solve().
| amrex::Real SolveInfo::deviation = zero |
max |S - S_ref|
Referenced by NodalReconstruction::solve().
| amrex::Real SolveInfo::deviation_cap = zero |
bound imposed on the above
Referenced by NodalReconstruction::solve().
| amrex::Real SolveInfo::final_residual = zero |
CG residual of the accepted solve.
Referenced by NodalReconstruction::conjugateGradient(), and NodalReconstruction::solve().
| amrex::Real SolveInfo::interp_average_error = zero |
max |avg4(S_ref) - T|, for comparison
Referenced by NodalReconstruction::solve().
| int SolveInfo::iterations = 0 |
total CG iterations, summed over attempts
Referenced by NodalReconstruction::solve().
| amrex::Real SolveInfo::max_average_error = zero |
max |avg4(S) - T|
Referenced by NodalReconstruction::computeDiagnostics().
| amrex::Real SolveInfo::max_value = zero |
max over nodes of S
Referenced by NodalReconstruction::computeDiagnostics().
| amrex::Real SolveInfo::min_value = zero |
min over nodes of S
Referenced by NodalReconstruction::computeDiagnostics().
| int SolveInfo::refinements = 0 |
times the regularization had to be raised
Referenced by NodalReconstruction::solve().
| amrex::Real SolveInfo::regularization = zero |
accepted value of mu
Referenced by NodalReconstruction::solve().