[cig-commits] commit 2304 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sun Feb 16 19:24:14 PST 2014


Revision 2304

Make the depth average something that can be visualized properly in a visualization program.

U   trunk/aspect/doc/modules/changes.h


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

Diff:
Modified: trunk/aspect/doc/modules/changes.h
===================================================================
--- trunk/aspect/doc/modules/changes.h	2014-02-17 03:23:42 UTC (rev 2303)
+++ trunk/aspect/doc/modules/changes.h	2014-02-17 03:24:11 UTC (rev 2304)
@@ -8,6 +8,19 @@
 </p>
 
 <ol>
+  <li>New: When running long simulations, the output generated by
+  the "depth average" postprocessor can become messy and hard
+  to visualize in the format previously used because it was,
+  essentially, just a text based table. The data is now written
+  into a file, named <code>depth_average.ext</code> in the
+  output directory, in any of the output formats supported
+  by deal.II, where <code>ext</code> is the matching file
+  name extension for the format. This allows visualization
+  as a time-depth plot. The format is selected in the input
+  file, along with a number of other settings.
+  <br>
+  (Wolfgang Bangerth 2014/02/14)
+
   <li>New: The "depth average" postprocessor now takes a run-time
   parameter in the "Postprocess/Depth average" section of the input
   file that specifies into how many depth slices the domain should


More information about the CIG-COMMITS mailing list