Chi-Tech
|
#include <linear_solver.h>
Data Fields | |
double | residual_relative = 1.0e-50 |
double | residual_absolute = 1.0e-6 |
double | residual_divergence = 1.0e6 |
int | maximum_iterations = 100 |
int | gmres_restart_interval = 100 |
double | gmres_breakdown_tolerance = 1.0e6 |
Definition at line 43 of file linear_solver.h.
double chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::gmres_breakdown_tolerance = 1.0e6 |
Definition at line 50 of file linear_solver.h.
int chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::gmres_restart_interval = 100 |
Definition at line 49 of file linear_solver.h.
int chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::maximum_iterations = 100 |
Definition at line 48 of file linear_solver.h.
double chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::residual_absolute = 1.0e-6 |
Definition at line 46 of file linear_solver.h.
double chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::residual_divergence = 1.0e6 |
Definition at line 47 of file linear_solver.h.
double chi_math::LinearSolver< MatType, VecType, SolverType >::ToleranceOptions::residual_relative = 1.0e-50 |
Definition at line 45 of file linear_solver.h.