From 8c424824b07df11fd67819b9b11dfed210056ca8 Mon Sep 17 00:00:00 2001 From: "Abner J. Salgado" Date: Tue, 6 Oct 2009 20:32:22 +0000 Subject: [PATCH] The assemble_advection_term is not used to assemble the right hand sides of the pressure Laplace equations. Instead, it is used to assemble the part of the system matrix in the diffusion step that changes at every time step. I changed the comments to say this. git-svn-id: https://svn.dealii.org/trunk@19738 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/step-35.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-35/step-35.cc b/deal.II/examples/step-35/step-35.cc index 9792ee2ae5..4554dcf0b8 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -1194,9 +1194,9 @@ NavierStokesProjection::diffusion_component_solve (const unsigned int d) // @sect4{ The NavierStokesProjection::assemble_advection_term method and related} // The following few functions deal with - // assembling the advection terms that enter - // the right hand side of the pressure - // Laplace equations. As mentioned above, we + // assembling the advection terms, which is the part of the + // system matrix for the diffusion step that changes + // at every time step. As mentioned above, we // will run the assembly loop over all cells // in %parallel, using the WorkStream class // and other facilities as described in the -- 2.39.5