[cig-commits] [commit] baagaard/fix-friction-initial-state: Turn on field split, remove marking of buried edges. (8fb67f5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Jul 15 15:18:19 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : baagaard/fix-friction-initial-state
Link       : https://github.com/geodynamics/pylith/compare/954bfb2930acc92ce208aae0a6f34cc810569795...8fb67f577a99f36e359c13bba4e3ea8285f7c1f1

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

commit 8fb67f577a99f36e359c13bba4e3ea8285f7c1f1
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Tue Jul 15 15:18:24 2014 -0700

    Turn on field split, remove marking of buried edges.


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

8fb67f577a99f36e359c13bba4e3ea8285f7c1f1
 tests_auto/3d/hex8/frictionnoslip.cfg | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests_auto/3d/hex8/frictionnoslip.cfg b/tests_auto/3d/hex8/frictionnoslip.cfg
index c48ce83..ac99949 100644
--- a/tests_auto/3d/hex8/frictionnoslip.cfg
+++ b/tests_auto/3d/hex8/frictionnoslip.cfg
@@ -118,8 +118,8 @@ interfaces.fault = pylith.faults.FaultCohesiveDyn
 [frictionnoslip.timedependent.interfaces.fault]
 id = 100
 label = fault_x_trim
-#up_dir = [1,0,1]
-edge = fault_x_trim_edge
+up_dir = [1,0,1]
+#edge = fault_x_trim_edge
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
 
@@ -150,21 +150,21 @@ db_initial.data = [0.0*Pa, 0.0*Pa, -100.0*MPa]
 # PETSc
 # ----------------------------------------------------------------------
 [frictionnoslip.problem.formulation]
-#split_fields = True
-#matrix_type = aij
-#use_custom_constraint_pc = True
+split_fields = True
+matrix_type = aij
+use_custom_constraint_pc = True
 
 [frictionnoslip.petsc]
-#fs_pc_type = fieldsplit
-#fs_pc_use_amat =
-#fs_pc_fieldsplit_type = multiplicative
-#fs_fieldsplit_displacement_pc_type = ml
-#fs_fieldsplit_lagrange_multiplier_pc_type = jacobi
-#fs_fieldsplit_displacement_ksp_type = preonly
-#fs_fieldsplit_lagrange_multiplier_ksp_type = preonly
+fs_pc_type = fieldsplit
+fs_pc_use_amat =
+fs_pc_fieldsplit_type = multiplicative
+fs_fieldsplit_displacement_pc_type = ml
+fs_fieldsplit_lagrange_multiplier_pc_type = jacobi
+fs_fieldsplit_displacement_ksp_type = preonly
+fs_fieldsplit_lagrange_multiplier_ksp_type = preonly
 
-pc_type = asm
-sub_pc_factor_shift_type = nonzero
+#pc_type = asm
+#sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-20
 ksp_atol = 1.0e-13
@@ -193,7 +193,7 @@ friction_ksp_gmres_restart = 30
 
 
 #log_summary = true
-# start_in_debugger = true
+start_in_debugger = true
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list