[cig-commits] [commit] knepley/upgrade-petsc-interface: Added mention of fieldsplit solver settings in share directory. (a447594)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Mar 13 10:49:22 PDT 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/9af1ef7b5b008aeb1fc1faee28ddb535a3a8b51d...a44759400a8a9a4437fcd678834abf1ae1b53402

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

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