Struct DiffusionSolver::Options
Defined in File diffusion.h
Nested Relationships
This struct is a nested type of Class DiffusionSolver.
Struct Documentation
-
struct Options
Public Members
-
double residual_tolerance = 1.0e-4
Residual tol. relative to rhs.
-
int max_iters = 100
Maximum iterations.
-
bool verbose = false
Verbosity flag.
-
bool perform_symmetry_check = false
For debugging only (very expensive)
-
std::string additional_options_string
-
double penalty_factor = 4.0
-
double residual_tolerance = 1.0e-4