From 116f531e7f62be41467b7efabbe62d6cb2790899 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 11 Aug 2008 23:04:05 +0000 Subject: [PATCH] Use A_T instead of A. git-svn-id: https://svn.dealii.org/trunk@16513 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5