[cig-commits] [commit] baagaard/fix-cubit-cellsize, baagaard/fix-fullscale-3d-tests, baagaard/fix-packaging, knepley/fix-parallel-mult-faults, knepley/upgrade-petsc-interface, master, next: Added mention of fieldsplit solver settings in share directory. (a447594)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:03:02 PDT 2014


Repository : ssh://geoshell/pylith

On branches: baagaard/fix-cubit-cellsize,baagaard/fix-fullscale-3d-tests,baagaard/fix-packaging,knepley/fix-parallel-mult-faults,knepley/upgrade-petsc-interface,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

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

commit a44759400a8a9a4437fcd678834abf1ae1b53402
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Mar 13 10:48:40 2014 -0700

    Added mention of fieldsplit solver settings in share directory.
    
    Updated packaging info for share/settings.


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

a44759400a8a9a4437fcd678834abf1ae1b53402
 doc/userguide/runpylith/runpylith.lyx | 9 ++++++---
 share/Makefile.am                     | 3 ++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/userguide/runpylith/runpylith.lyx b/doc/userguide/runpylith/runpylith.lyx
index 4f43a86..8d77d68 100644
--- a/doc/userguide/runpylith/runpylith.lyx
+++ b/doc/userguide/runpylith/runpylith.lyx
@@ -2817,7 +2817,11 @@ name "tab:petsc:options:advanced"
 \end_inset
 
 PETSc options used with split fields algebraic multigrid preconditioning
- that often provide improved performance in quasi-static elasticity problems.
+ that often provide improved performance in quasi-static elasticity problems
+ with faults.
+ These are available in 
+\family typewriter
+$PYLITH_DIR/share/settings/solver_fault_fieldsplit.cfg.
 \end_layout
 
 \end_inset
@@ -3029,8 +3033,7 @@ jacobi
 \begin_inset Text
 
 \begin_layout Plain Layout
-Jacobi preconditioning for Lagrange multiplier block (only use if there
- is at least one fault)
+Jacobi preconditioning for Lagrange multiplier block
 \end_layout
 
 \end_inset
diff --git a/share/Makefile.am b/share/Makefile.am
index 1a409fc..04f2e94 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -22,7 +22,8 @@ EXTRA_DIST = \
 	generateetags.py \
 	settings/debug_malloc.cfg \
 	settings/solver_fault_exact.cfg \
-	settings/solver_fault_opt.cfg
+	settings/solver_fault_schur.cfg \
+	settings/solver_fault_fieldsplit.cfg
 
 
 # End of file 



More information about the CIG-COMMITS mailing list