Struct that stores relevant linear solve information of a certain field.
More...
#include <linear_solve_parameters.h>
|
double | tolerance = defaults::tolerance |
|
solverToleranceType | tolerance_type = solverToleranceType::RELATIVE_RESIDUAL_CHANGE |
|
unsigned int | max_iterations = defaults::iterations |
|
preconditionerType | preconditioner = preconditionerType::GMG |
|
double | smoothing_range = 15.0 |
|
unsigned int | smoother_degree = 5 |
|
unsigned int | eig_cg_n_iterations = 10 |
|
Struct that stores relevant linear solve information of a certain field.
The documentation for this struct was generated from the following file: