]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix docu of PreconditionChebyshev 12869/head
authorPeter Munch <peterrmuench@gmail.com>
Sat, 23 Oct 2021 13:18:03 +0000 (15:18 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 24 Oct 2021 19:54:19 +0000 (21:54 +0200)
include/deal.II/lac/precondition.h

index f0b8cbe470023a3c8c81957edc5eac82551d1748..2334f5b667623a21ec92fa8b36cc4f495387f689 100644 (file)
@@ -870,10 +870,14 @@ private:
  * @p smoothing_range. The algorithm is based on the following three-term
  * recurrence:
  * @f[
- *  x^{n+1} = x^{n} + \rho_n \rho_{n-1} (x^{n} - x^{n-1}) +
- *     \frac{\rho_n}{\lambda_{\max{}}-\lambda_{\min{}}} P^{-1} (b-Ax^n).
+ *  x^{n+1} = x^{n} + \alpha^n_0 (x^{n} - x^{n-1}) + \alpha^n_1 P^{-1} (b-Ax^n)
+ *    \quad\text{with}\quad
+ *    \alpha^0_0 := 0,\;
+ *    \alpha^0_1 := \frac{2\rho_0}{\lambda_{\max}-\lambda_{\min}}\;
+ *    \alpha^n_0 := \rho_n \rho_{n-1},\;\text{and}\;
+ *    \alpha^n_1 := \frac{4\rho_n}{\lambda_{\max}-\lambda_{\min}},
  * @f]
- * where the parameter $\rho_0$ is set to $\rho_0 = 2
+ * where the parameter $\rho_0$ is set to $\rho_0 =
  * \frac{\lambda_{\max{}}-\lambda_{\min{}}}{\lambda_{\max{}}+\lambda_{\min{}}}$
  * for the maximal eigenvalue $\lambda_{\max{}}$ and updated via $\rho_n =
  * \left(2\frac{\lambda_{\max{}}+\lambda_{\min{}}}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.