Skip to content

Commit

Permalink
Fix typo in documentation of Tensor Linear Solver
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Oct 31, 2024
1 parent 92679ba commit f7f7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/sphinx_documentation/source/LinearSolvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7f7890

Please sign in to comment.