Skip to content

Commit 97fffea

Browse files
authored
Merge pull request #22 from su2code/update_linsol_options
Update lin sol options after HEAT related options were removed
2 parents ba11c2b + 66090f0 commit 97fffea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_docs_v7/Linear-Solvers-and-Preconditioners.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ The following options accept a type of linear solver:
3333
- `DEFORM_LINEAR_SOLVER`: Linear solver for elasticity-based mesh deformation.
3434

3535
In most applications the linear solver tolerance is defined by option `LINEAR_SOLVER_ERROR`, and the maximum number of iterations by `LINEAR_SOLVER_ITER`.
36-
Heat applications use `LINEAR_SOLVER_ERROR_HEAT` and `LINEAR_SOLVER_ITER_HEAT` instead.
37-
Similarly mesh deformation uses `DEFORM_LINEAR_SOLVER_ERROR` and `DEFORM_LINEAR_SOLVER_ITER`.
36+
Mesh deformation uses `DEFORM_LINEAR_SOLVER_ERROR` and `DEFORM_LINEAR_SOLVER_ITER`, as it may coexist with other physics in the same physical zone.
3837

3938
The available types of (iterative) linear solver are:
4039

0 commit comments

Comments
 (0)