Skip to content

Commit 66090f0

Browse files
committed
update lin sol options after HEAT related options were removed in "Various Fixes II"
1 parent ba11c2b commit 66090f0

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)