From: bangerth Date: Mon, 11 Aug 2008 23:04:05 +0000 (+0000) Subject: Use A_T instead of A. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=116f531e7f62be41467b7efabbe62d6cb2790899;p=dealii-svn.git Use A_T instead of A. git-svn-id: https://svn.dealii.org/trunk@16513 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/doc/intro.dox b/deal.II/examples/step-31/doc/intro.dox index 2edfdce698..e552e25a0a 100644 --- a/deal.II/examples/step-31/doc/intro.dox +++ b/deal.II/examples/step-31/doc/intro.dox @@ -485,7 +485,7 @@ at the weak form of the discretized equations: for all discrete test functions $\tau_h$. This then results in a matrix equation of form @f{eqnarray*} - \left(\frac 32 M+k_n A\right) T_h^n = F(U_h^n,T_h^{n-1},T_h^{n-2}), + \left(\frac 32 M+k_n A_T\right) T_h^n = F(U_h^n,T_h^{n-1},T_h^{n-2}), @f} which given the structure of matrix on the left (the sum of two positive definite matrices) is easily solved using the Conjugate