[cig-commits] [commit] knepley/fix-faults-parallel: Updated data for tri3 full-scale test with embedded fault w/edge. (0b52519)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 6 12:27:58 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/fix-faults-parallel
Link       : https://github.com/geodynamics/pylith/compare/dd66bb334f1e3bfd58a88c2ef853a5799cf8ef80...0b525192e9b05d37c00b0aebe8f514094ad2ad53

>---------------------------------------------------------------

commit 0b525192e9b05d37c00b0aebe8f514094ad2ad53
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue May 6 12:27:53 2014 -0700

    Updated data for tri3 full-scale test with embedded fault w/edge.


>---------------------------------------------------------------

0b525192e9b05d37c00b0aebe8f514094ad2ad53
 tests_auto/2d/tri3/TestShearDispNoSlip.py |  4 ++--
 tests_auto/2d/tri3/sheardispnoslip.cfg    | 22 +++++++++++-----------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/tests_auto/2d/tri3/TestShearDispNoSlip.py b/tests_auto/2d/tri3/TestShearDispNoSlip.py
index 97d4381..77d499f 100644
--- a/tests_auto/2d/tri3/TestShearDispNoSlip.py
+++ b/tests_auto/2d/tri3/TestShearDispNoSlip.py
@@ -62,10 +62,10 @@ class TestShearDispNoSlip(TestTri3):
     """
     TestTri3.setUp(self)
     self.nverticesO = self.mesh['nvertices']
-    self.mesh['nvertices'] += 3
+    self.mesh['nvertices'] += 1
     self.faultMesh = {'nvertices': 3,
                       'spaceDim': 2,
-                      'ncells': 4,
+                      'ncells': 2,
                       'ncorners': 2}
     run_pylith()
     self.outputRoot = "sheardispnoslip"
diff --git a/tests_auto/2d/tri3/sheardispnoslip.cfg b/tests_auto/2d/tri3/sheardispnoslip.cfg
index 330783f..a8350b9 100644
--- a/tests_auto/2d/tri3/sheardispnoslip.cfg
+++ b/tests_auto/2d/tri3/sheardispnoslip.cfg
@@ -7,17 +7,17 @@ command = mpirun -np ${nodes}
 # journal
 # ----------------------------------------------------------------------
 [sheardispnoslip.journal.info]
-sheardispnoslip = 1
-timedependent = 1
-implicit = 1
-petsc = 1
-solverlinear = 1
-meshimporter = 1
-meshiocubit = 1
-implicitelasticity = 1
-quadrature2d = 1
-faultcohesivekin = 1
-fiatsimplex = 1
+#sheardispnoslip = 1
+#timedependent = 1
+#implicit = 1
+#petsc = 1
+#solverlinear = 1
+#meshimporter = 1
+#meshiocubit = 1
+#implicitelasticity = 1
+#quadrature2d = 1
+#faultcohesivekin = 1
+#fiatsimplex = 1
 
 # ----------------------------------------------------------------------
 # mesh_generator



More information about the CIG-COMMITS mailing list