[cig-commits] r16893 - short/3D/PyLith/trunk/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Thu Jun 3 20:28:24 PDT 2010


Author: brad
Date: 2010-06-03 20:28:24 -0700 (Thu, 03 Jun 2010)
New Revision: 16893

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/step17.cfg
Log:
Updated settings. Nonlinear solver is now used by default when using ImplicitLgDeform.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/step17.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step17.cfg	2010-06-04 03:00:19 UTC (rev 16892)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step17.cfg	2010-06-04 03:28:24 UTC (rev 16893)
@@ -32,12 +32,10 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-# Set the formulation for finite strain.
+# Set the formulation for finite strain. The default solver will
+# automatically be switched to the nonlinear solver.
 formulation = pylith.problems.ImplicitLgDeform
 
-# Switch to nonlinear solver.
-formulation.solver = pylith.problems.SolverNonlinear
-
 # Set bc to an array of 5 boundary conditions: 'x_pos','x_neg', 'y_pos',
 # 'y_neg', and 'z_neg'.
 bc = [x_pos,x_neg,y_pos,y_neg,z_neg]



More information about the CIG-COMMITS mailing list