flow360.LinearSolver#
- class LinearSolver[source]#
Bases:
Flow360BaseModel
LinearSolver
class for setting up the linear solver.Example
>>> fl.LinearSolver( ... max_iterations=50, ... absoluteTolerance=1e-10 ... )
- max_iterations: PositiveInt = 30#
Maximum number of linear solver iterations.
- Constraints:
gt = 0