diff --git a/docs/html/node16.html b/docs/html/node16.html
index 8b62880f..3b79c094 100644
--- a/docs/html/node16.html
+++ b/docs/html/node16.html
@@ -145,6 +145,18 @@ Preconditioner types, corresponding strings and default choices.
For any zero diagonal entry of the matrix to be preconditioned,
the corresponding entry of the preconditioner is set to 1.
+
Gauss-Seidel |
+'GS' |
+Hybrid Gauss-Seidel (forward), that is,
+ global block Jacobi with
+ Gauss-Seidel as local solver. |
+
+Symmetrized Gauss-Seidel |
+'FBGS' |
+Symmetrized hybrid Gauss-Seidel,that is,
+ forward Gauss-Seidel followed by
+ backward Gauss-Seidel. |
+
Block Jacobi |
'BJAC' |
Block-Jacobi with ILU(0) on the local blocks. |
diff --git a/docs/html/node31.html b/docs/html/node31.html
index a3b9af7c..94842ed4 100644
--- a/docs/html/node31.html
+++ b/docs/html/node31.html
@@ -63,7 +63,7 @@ Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html -local_icons -noaddress -dir ../../html userhtml.tex
-The translation was initiated by Salvatore Filippone on 2017-09-18
+The translation was initiated by Salvatore Filippone on 2017-09-20