[cig-commits] commit: Make the geomod models stop if not convergent

Mercurial hg at geodynamics.org
Thu May 27 00:26:22 PDT 2010


changeset:   290:a5fabeec1284
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu May 27 00:24:26 2010 -0700
files:       input/benchmarks/geomod_2004_extension.xml input/benchmarks/geomod_2004_shortening.xml input/benchmarks/geomod_2008_brittle.xml input/benchmarks/geomod_2008_stable.xml input/benchmarks/geomod_2008_unstable.xml
description:
Make the geomod models stop if not convergent


diff -r b833781116a7 -r a5fabeec1284 input/benchmarks/geomod_2004_extension.xml
--- a/input/benchmarks/geomod_2004_extension.xml	Wed May 26 22:48:28 2010 -0700
+++ b/input/benchmarks/geomod_2004_extension.xml	Thu May 27 00:24:26 2010 -0700
@@ -330,7 +330,6 @@
       <param name="PressureVector">solutionPressure</param>
       <param name="ForceVector">mom_force</param>
       <param name="ContinuityForceVector">cont_force</param>
-      <param name="killNonConvergent">false</param>
       <param name="nonLinearMaxIterations">nonLinearMaxIterations</param>
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>
diff -r b833781116a7 -r a5fabeec1284 input/benchmarks/geomod_2004_shortening.xml
--- a/input/benchmarks/geomod_2004_shortening.xml	Wed May 26 22:48:28 2010 -0700
+++ b/input/benchmarks/geomod_2004_shortening.xml	Thu May 27 00:24:26 2010 -0700
@@ -342,7 +342,6 @@
       <param name="PressureVector">solutionPressure</param>
       <param name="ForceVector">mom_force</param>
       <param name="ContinuityForceVector">cont_force</param>
-      <param name="killNonConvergent">false</param>
       <param name="nonLinearMaxIterations">nonLinearMaxIterations</param>
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>
diff -r b833781116a7 -r a5fabeec1284 input/benchmarks/geomod_2008_brittle.xml
--- a/input/benchmarks/geomod_2008_brittle.xml	Wed May 26 22:48:28 2010 -0700
+++ b/input/benchmarks/geomod_2008_brittle.xml	Thu May 27 00:24:26 2010 -0700
@@ -338,7 +338,6 @@
       <param name="PressureVector">solutionPressure</param>
       <param name="ForceVector">mom_force</param>
       <param name="ContinuityForceVector">cont_force</param>
-      <param name="killNonConvergent">false</param>
       <param name="nonLinearMaxIterations">nonLinearMaxIterations</param>
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>
diff -r b833781116a7 -r a5fabeec1284 input/benchmarks/geomod_2008_stable.xml
--- a/input/benchmarks/geomod_2008_stable.xml	Wed May 26 22:48:28 2010 -0700
+++ b/input/benchmarks/geomod_2008_stable.xml	Thu May 27 00:24:26 2010 -0700
@@ -338,7 +338,6 @@
       <param name="PressureVector">solutionPressure</param>
       <param name="ForceVector">mom_force</param>
       <param name="ContinuityForceVector">cont_force</param>
-      <param name="killNonConvergent">false</param>
       <param name="nonLinearMaxIterations">nonLinearMaxIterations</param>
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>
diff -r b833781116a7 -r a5fabeec1284 input/benchmarks/geomod_2008_unstable.xml
--- a/input/benchmarks/geomod_2008_unstable.xml	Wed May 26 22:48:28 2010 -0700
+++ b/input/benchmarks/geomod_2008_unstable.xml	Thu May 27 00:24:26 2010 -0700
@@ -338,7 +338,6 @@
       <param name="PressureVector">solutionPressure</param>
       <param name="ForceVector">mom_force</param>
       <param name="ContinuityForceVector">cont_force</param>
-      <param name="killNonConvergent">false</param>
       <param name="nonLinearMaxIterations">nonLinearMaxIterations</param>
       <param name="nonLinearTolerance">nonLinearTolerance</param>
       <param name="makeConvergenceFile">false</param>



More information about the CIG-COMMITS mailing list