From 66090f08cc7e6937339d9beec7732ae9b8b2c07a Mon Sep 17 00:00:00 2001 From: pcarruscag Date: Wed, 6 Nov 2019 14:17:40 +0000 Subject: [PATCH] update lin sol options after HEAT related options were removed in "Various Fixes II" --- _docs_v7/Linear-Solvers-and-Preconditioners.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_docs_v7/Linear-Solvers-and-Preconditioners.md b/_docs_v7/Linear-Solvers-and-Preconditioners.md index bcc8b9b9..46535d9f 100755 --- a/_docs_v7/Linear-Solvers-and-Preconditioners.md +++ b/_docs_v7/Linear-Solvers-and-Preconditioners.md @@ -33,8 +33,7 @@ The following options accept a type of linear solver: - `DEFORM_LINEAR_SOLVER`: Linear solver for elasticity-based mesh deformation. In most applications the linear solver tolerance is defined by option `LINEAR_SOLVER_ERROR`, and the maximum number of iterations by `LINEAR_SOLVER_ITER`. -Heat applications use `LINEAR_SOLVER_ERROR_HEAT` and `LINEAR_SOLVER_ITER_HEAT` instead. -Similarly mesh deformation uses `DEFORM_LINEAR_SOLVER_ERROR` and `DEFORM_LINEAR_SOLVER_ITER`. +Mesh deformation uses `DEFORM_LINEAR_SOLVER_ERROR` and `DEFORM_LINEAR_SOLVER_ITER`, as it may coexist with other physics in the same physical zone. The available types of (iterative) linear solver are: