From 47108f00fadae9c72704e086c8d0a5881c20456a Mon Sep 17 00:00:00 2001 From: Candace Gilet Date: Thu, 31 Oct 2024 19:00:15 +0100 Subject: [PATCH] Fix typo in documentation of Tensor Linear Solver (#4206) --- Docs/sphinx_documentation/source/LinearSolvers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/sphinx_documentation/source/LinearSolvers.rst b/Docs/sphinx_documentation/source/LinearSolvers.rst index ee3ebe0efc..27d6e5ca3a 100644 --- a/Docs/sphinx_documentation/source/LinearSolvers.rst +++ b/Docs/sphinx_documentation/source/LinearSolvers.rst @@ -699,7 +699,7 @@ the following cross-terms are evaluated separately using the ``MLTensorOp`` and (\eta u_y)_x + ( (\kappa - \frac{2}{3} \eta) (u_x + w_z) )_y + (\eta w_y)_z - (\eta u_z)_x + (\eta v_z)_y - ( (\kappa - \frac{2}{3} \eta) (u_x + v_y) )_z + (\eta u_z)_x + (\eta v_z)_y + ( (\kappa - \frac{2}{3} \eta) (u_x + v_y) )_z The code below is an example of how to set up the solver to compute the viscous term `divtau` explicitly: