From 0f145fdc995fed1c84f34e52c9ee7fe8fb9a90c7 Mon Sep 17 00:00:00 2001 From: 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