![]() |
PRISMS-PF Manual
|
Struct that stores relevant linear solve information of a certain field. More...
#include <linear_solve_parameters.h>
Public Attributes | |
| double | tolerance = Defaults::tolerance |
| SolverToleranceType | tolerance_type = SolverToleranceType::RMSEPerField |
| unsigned int | max_iterations = Defaults::iterations |
| PreconditionerType | preconditioner = PreconditionerType::GMG |
| double | smoothing_range = Defaults::smoothing_range |
| unsigned int | smoother_degree = Defaults::smoother_degree |
| unsigned int | eig_cg_n_iterations = Defaults::eig_cg_n_iterations |
| unsigned int | min_mg_level = 0 |
Struct that stores relevant linear solve information of a certain field.
| unsigned int LinearSolverParameters::max_iterations = Defaults::iterations |
| PreconditionerType LinearSolverParameters::preconditioner = PreconditionerType::GMG |
| double LinearSolverParameters::smoothing_range = Defaults::smoothing_range |
| double LinearSolverParameters::tolerance = Defaults::tolerance |
| SolverToleranceType LinearSolverParameters::tolerance_type = SolverToleranceType::RMSEPerField |