[cig-commits] commit 1883 by dannberg to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Sep 11 08:03:42 PDT 2013


Revision 1883

add comment

U   branches/j-dannberg/include/aspect/postprocess/visualization/surface_topography.h
U   branches/j-dannberg/source/postprocess/visualization/surface_topography.cc


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

Diff:
Modified: branches/j-dannberg/include/aspect/postprocess/visualization/surface_topography.h
===================================================================
--- branches/j-dannberg/include/aspect/postprocess/visualization/surface_topography.h	2013-09-11 15:00:37 UTC (rev 1882)
+++ branches/j-dannberg/include/aspect/postprocess/visualization/surface_topography.h	2013-09-11 15:01:51 UTC (rev 1883)
@@ -38,7 +38,8 @@
        * using the normal stresses.
        *
        * Normal stress is calculated in the middle of
-       * each cell.
+       * each cell. Best accuracy with a laterally
+       * homogeneous mesh refinement.
        *
        * @ingroup Postprocessing
        */

Modified: branches/j-dannberg/source/postprocess/visualization/surface_topography.cc
===================================================================
--- branches/j-dannberg/source/postprocess/visualization/surface_topography.cc	2013-09-11 15:00:37 UTC (rev 1882)
+++ branches/j-dannberg/source/postprocess/visualization/surface_topography.cc	2013-09-11 15:01:51 UTC (rev 1883)
@@ -207,7 +207,9 @@
                                                   "surface topography",
 												  "A visualization output object that generates output "
 												  "for the surface topography using the normal stresses"
-												  "at the surface for the calculation. ")
+												  "at the surface for the calculation. "
+												  "Best accuracy with a laterally homogeneous mesh "
+												  "refinement.")
     }
   }
 }


More information about the CIG-COMMITS mailing list