]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
The assemble_advection_term is not used to assemble the right hand sides
authorsalgado <salgado@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Oct 2009 20:32:22 +0000 (20:32 +0000)
committersalgado <salgado@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Oct 2009 20:32:22 +0000 (20:32 +0000)
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

index 9792ee2ae5f03eb26e0be50e514d267ccf9bc4d6..4554dcf0b842c606a4fdc4cfcb644696ec543496 100644 (file)
@@ -1194,9 +1194,9 @@ NavierStokesProjection<dim>::diffusion_component_solve (const unsigned int d)
                                 // @sect4{ The <code>NavierStokesProjection::assemble_advection_term</code> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.