[cig-commits] r1376 - trunk/aspect/source/simulator

bangerth at dealii.org bangerth at dealii.org
Sat Nov 17 18:04:25 PST 2012


Author: bangerth
Date: 2012-11-17 19:04:25 -0700 (Sat, 17 Nov 2012)
New Revision: 1376

Modified:
   trunk/aspect/source/simulator/assembly.cc
Log:
Update a comment that didn't seem to apply any more.


Modified: trunk/aspect/source/simulator/assembly.cc
===================================================================
--- trunk/aspect/source/simulator/assembly.cc	2012-11-17 02:59:53 UTC (rev 1375)
+++ trunk/aspect/source/simulator/assembly.cc	2012-11-18 02:04:25 UTC (rev 1376)
@@ -112,21 +112,11 @@
 
 
 
-        // Observe that we derive the
-        // StokesSystem scratch array from the
-        // StokesPreconditioner array. We do this
-        // because all the objects that are
-        // necessary for the assembly of the
-        // preconditioner are also needed for the
-        // actual matrix system and right hand
-        // side, plus some extra data. This makes
-        // the program more compact. Note also
-        // that the assembly of the Stokes system
-        // and the temperature right hand side
-        // further down requires data from
-        // temperature and velocity,
-        // respectively, so we actually need two
-        // FEValues objects for those two cases.
+        // We derive the StokesSystem scratch array from the
+        // StokesPreconditioner array. We do this because all the objects that
+        // are necessary for the assembly of the preconditioner are also
+        // needed for the actual matrix system and right hand side, plus some
+        // extra data that we need for the time stepping right hand side.
         template <int dim>
         struct StokesSystem : public StokesPreconditioner<dim>
         {
@@ -1445,8 +1435,8 @@
   template void Simulator<dim>::copy_local_to_global_advection_system ( \
                                                                         const internal::Assembly::CopyData::AdvectionSystem<dim> &data); \
   template void Simulator<dim>::assemble_advection_system (const unsigned int index); \
-   
 
 
+
   ASPECT_INSTANTIATE(INSTANTIATE)
 }



More information about the CIG-COMMITS mailing list