[cig-commits] commit 1906 by buerg to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Mon Sep 23 08:45:00 PDT 2013


Revision 1906

Add comment.

U   trunk/aspire/source/simulator/solver.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1906&peg=1906

Diff:
Modified: trunk/aspire/source/simulator/solver.cc
===================================================================
--- trunk/aspire/source/simulator/solver.cc	2013-09-23 15:38:26 UTC (rev 1905)
+++ trunk/aspire/source/simulator/solver.cc	2013-09-23 15:44:48 UTC (rev 1906)
@@ -50,9 +50,7 @@
           : system_matrix(S) {}
 
         /**
-         * Matrix vector product with Stokes block in various forms. Note that
-         * the vectors may have more components than just the two we touch here
-         * but we don't care.
+         * Matrix vector product with Stokes block.
          */
         void vmult (LinearAlgebra::BlockVector       &dst,
                     const LinearAlgebra::BlockVector &src) const;


More information about the CIG-COMMITS mailing list