[cig-commits] commit 1976 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Fri Oct 18 09:23:42 PDT 2013


Revision 1976

correct comment

U   trunk/aspect/source/postprocess/heat_flux_statistics.cc


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

Diff:
Modified: trunk/aspect/source/postprocess/heat_flux_statistics.cc
===================================================================
--- trunk/aspect/source/postprocess/heat_flux_statistics.cc	2013-10-18 15:28:29 UTC (rev 1975)
+++ trunk/aspect/source/postprocess/heat_flux_statistics.cc	2013-10-18 16:23:22 UTC (rev 1976)
@@ -91,7 +91,8 @@
 		// since we are not reading the viscosity and the viscosity
 		// is the only coefficient that depends on the strain rate,
 		// we need not compute the strain rate. set the corresponding
-		// array to empty, to prevent accidental use
+		// array to empty, to prevent accidental use and skip the
+                // evaluation of the strain rate in evaluate().
                 in.strain_rate.resize(0);
 		
                 for (unsigned int i=0; i<fe_face_values.n_quadrature_points; ++i)


More information about the CIG-COMMITS mailing list