luminarycloud.params.simulation.physics.solution_controls¶
Submodules¶
Classes¶
Type of linear solver used for implicit relaxation. |
Package Contents¶
- class LinearSolverType¶
Type of linear solver used for implicit relaxation.
- to_code() str ¶
- iterations: int = 15¶
Maximum number of linear solver iterations per nonlinear solution update. The linear solver terminates if the maximum is reached.
- tolerance: float = 0.05¶
Relative reduction target in the linear solver residual from an initial value of 1.0 per nonlinear solution update. The linear solver terminates if the tolerance is met.