[cig-commits] [commit] knepley/fix-faults-parallel: Update comments in pylithapp.cfg. (f75361d)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Tue May 27 08:29:15 PDT 2014
Repository : https://github.com/geodynamics/pylith
On branch : knepley/fix-faults-parallel
Link : https://github.com/geodynamics/pylith/compare/bc4ad8c1e4f7cbe0286a7c030323fe6906bf7cbf...a6dcee9c56c2ed915b63f90186133bd8ce8789a9
>---------------------------------------------------------------
commit f75361dab9f9eea59a540d6bd112da952a28bd47
Author: Brad Aagaard <baagaard at usgs.gov>
Date: Tue May 27 08:27:05 2014 -0700
Update comments in pylithapp.cfg.
>---------------------------------------------------------------
f75361dab9f9eea59a540d6bd112da952a28bd47
examples/3d/tet4/step04.cfg | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/examples/3d/tet4/step04.cfg b/examples/3d/tet4/step04.cfg
index 6a3d38c..8764d60 100644
--- a/examples/3d/tet4/step04.cfg
+++ b/examples/3d/tet4/step04.cfg
@@ -113,10 +113,9 @@ writer.filename = output/step04-viscoelastic.vtk
[pylithapp.petsc]
# Field split preconditioning. As in step02, we use an algebraic
-# multigrid preconditioner from Trilinos/ML built via PETSc on each
-# component of the displacement field. We also apply a custom
-# preconditioner for the Lagrange multiplier vertices. In this way, we
-# split the fields.
+# multigrid preconditioner from Trilinos/ML built via PETSc on the
+# displacement field. We also apply a custom preconditioner for the
+# Lagrange multiplier vertices. In this way, we split the fields.
[pylithapp.timedependent.formulation]
split_fields = True
# Use custom preconditioning for the Lagrange multiplier vertices
@@ -124,8 +123,6 @@ use_custom_constraint_pc = True
matrix_type = aij
[pylithapp.petsc]
-# Note that with 3 displacement components plus the Lagrange
-# multiplier vertices, we have split the fields into 2.
fs_pc_type = fieldsplit
fs_pc_use_amat = true
fs_pc_fieldsplit_type = multiplicative
More information about the CIG-COMMITS
mailing list