[cig-commits] r11621 - in long/3D/Gale/trunk: . documentation input/benchmarks

walter at geodynamics.org walter at geodynamics.org
Fri Mar 28 11:18:18 PDT 2008


Author: walter
Date: 2008-03-28 11:18:18 -0700 (Fri, 28 Mar 2008)
New Revision: 11621

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/README
   long/3D/Gale/trunk/RELEASE_NOTES
   long/3D/Gale/trunk/documentation/gale.lyx
   long/3D/Gale/trunk/input/benchmarks/extension.xml
Log:
 r2079 at earth:  boo | 2008-03-28 11:01:46 -0700
 Update RELEASE_NOTES and README



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2077
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2079

Modified: long/3D/Gale/trunk/README
===================================================================
--- long/3D/Gale/trunk/README	2008-03-28 17:17:20 UTC (rev 11620)
+++ long/3D/Gale/trunk/README	2008-03-28 18:18:18 UTC (rev 11621)
@@ -1,4 +1,4 @@
-We are pleased to announce the release of Gale 1.2.0.
+We are pleased to announce the release of Gale 1.2.2.
 
 See the file INSTALL for build and installation instructions.
 

Modified: long/3D/Gale/trunk/RELEASE_NOTES
===================================================================
--- long/3D/Gale/trunk/RELEASE_NOTES	2008-03-28 17:17:20 UTC (rev 11620)
+++ long/3D/Gale/trunk/RELEASE_NOTES	2008-03-28 18:18:18 UTC (rev 11621)
@@ -1,16 +1,25 @@
 1.2.2
 ----------------------------------
-* Static and Kinetic friction boundary conditions are now implemented.
+* Several high precision benchmarks have been incorporated as tests for Gale.
+* The vtk output plugin now uses the parallel xml format, easing
+  visualization of runs with large numbers of processors.
 * The ordering of tensor values in the vtk output has been fixed.
-* The vtk output now uses the parallel xml format, easing
-  visualization of runs with large numbers of processors.
+* There is a rough implementation of static and kinetic friction boundary
+  conditions.
+* The location of the input files has been reorganized.
 * StrainWeakening now takes an initialSofteningStrain and
   FinalSofteningStrain.  Previously, initialSofteningStrain was hard
   coded to be zero and "finalSofteningStrain" was just
   "softeningStrain".  Using the old name "softeningStrain" will still
   work.
-* The location of the input files has been reorganized.
 
+The current goals are to work on
+
+  * Cleanup friction boundary conditions
+  * Better normal stress boundary conditions
+  * Deformed lower boundaries
+  * Interface with custom surface process models in parallel
+
 1.2.1
 ----------------------------------
 * Thermal problems are now documented, including a cookbook example.

Modified: long/3D/Gale/trunk/documentation/gale.lyx
===================================================================
--- long/3D/Gale/trunk/documentation/gale.lyx	2008-03-28 17:17:20 UTC (rev 11620)
+++ long/3D/Gale/trunk/documentation/gale.lyx	2008-03-28 18:18:18 UTC (rev 11621)
@@ -1,4 +1,4 @@
-#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
+#LyX 1.5.3 created this file. For more info see http://www.lyx.org/
 \lyxformat 276
 \begin_document
 \begin_header
@@ -11538,10 +11538,14 @@
 \end_layout
 
 \begin_layout Description
-softeningStrain The strain at which the material has fully yielded.
+initialSofteningStrain The strain at which the material starts to yield.
 \end_layout
 
 \begin_layout Description
+finalSofteningStrain The strain at which the material has fully yielded.
+\end_layout
+
+\begin_layout Description
 initialDamageFraction The chance that an individual material particle will
  have a non-zero initial strain.
 \end_layout
@@ -11609,7 +11613,7 @@
 \noindent
 \align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="10" columns="2">
+<lyxtabular version="3" rows="11" columns="2">
 <features>
 <column alignment="center" valignment="top" leftline="true" width="0">
 <column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
@@ -11698,7 +11702,7 @@
 \begin_inset Text
 
 \begin_layout Standard
-softeningStrain
+initialsofteningStrain
 \end_layout
 
 \end_inset
@@ -11707,6 +11711,26 @@
 \begin_inset Text
 
 \begin_layout Standard
+0
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row topline="true">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Standard
+finalsofteningStrain
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Standard
 \begin_inset Formula $\infty$
 \end_inset
 

Modified: long/3D/Gale/trunk/input/benchmarks/extension.xml
===================================================================
--- long/3D/Gale/trunk/input/benchmarks/extension.xml	2008-03-28 17:17:20 UTC (rev 11620)
+++ long/3D/Gale/trunk/input/benchmarks/extension.xml	2008-03-28 18:18:18 UTC (rev 11621)
@@ -600,8 +600,8 @@
   <param name="mgLevels">2</param>
   <param name="dtFactor">1.0</param>
 
-<!--   <param name="journal.info">True</param> -->
-<!--   <param name="journal.debug">True</param> -->
-<!--   <param name="journal-level.info">2</param> -->
-<!--   <param name="journal-level.debug">2</param> -->
+  <param name="journal.info">True</param>
+  <param name="journal.debug">True</param>
+  <param name="journal-level.info">2</param>
+  <param name="journal-level.debug">2</param>
 </StGermainData>



More information about the cig-commits mailing list