[cig-commits] [commit] baagaard/add-release-2.0.3, baagaard/add-release-2.1.0, baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-faults-intersect, baagaard/fix-friction-initial-state, baagaard/update-autoconf, knepley/feature-petsc-fe, knepley/upgrade-petsc-3.5, knepley/upgrade-petsc-master, maint, master, next, willic3/fix-plasticity: Turn on field split, remove marking of buried edges. (8fb67f5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:44:47 PST 2014


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

On branches: baagaard/add-release-2.0.3,baagaard/add-release-2.1.0,baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-faults-intersect,baagaard/fix-friction-initial-state,baagaard/update-autoconf,knepley/feature-petsc-fe,knepley/upgrade-petsc-3.5,knepley/upgrade-petsc-master,maint,master,next,willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

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

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