From 5c98ddb9b8351f4278a4d16470d6e111508a0adc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 21 Feb 2013 20:24:29 +0000 Subject: [PATCH] Note something in relation to step-20. git-svn-id: https://svn.dealii.org/trunk@28517 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/doc/intro.dox | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-21/doc/intro.dox b/deal.II/examples/step-21/doc/intro.dox index d5f8782c55..85ce8f313a 100644 --- a/deal.II/examples/step-21/doc/intro.dox +++ b/deal.II/examples/step-21/doc/intro.dox @@ -324,7 +324,12 @@ M^S_{ij} &=& (S^n,\phi_i)_\Omega +\triangle t \sum_K \left(F(S^n) q^{n+1}, \phi_i\right)_K. @f} -Note the following complication, however: Since the matrix $H_{ij}$ +@note Due to historical accidents, the role of matrices $B$ and $B^T$ +has been reverted in this program compared to step-20. In other words, +here $B$ refers to the divergence and $B^T$ to the gradient operators +when it was the other way around in step-20. + +The system above presents a complication: Since the matrix $H_{ij}$ depends on $\mathbf u^{n+1}$ implicitly (the velocities are needed to determine which parts of the boundaries $\partial K$ of cells are influx or outflux parts), we can only assemble this matrix after we -- 2.39.5