[cig-commits] [commit] knepley/upgrade-petsc-interface: Fixed typo in PETSc parameter. (8ad5845)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Feb 3 19:54:15 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/ff1bbb5544ebae1e842bd8a60b0b64874f55d1ed...8ad58450b5c50c83528c0f201c4d56b7f30d73cc

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

commit 8ad58450b5c50c83528c0f201c4d56b7f30d73cc
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Feb 3 19:54:07 2014 -0800

    Fixed typo in PETSc parameter.


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

8ad58450b5c50c83528c0f201c4d56b7f30d73cc
 examples/3d/tet4/step04.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/3d/tet4/step04.cfg b/examples/3d/tet4/step04.cfg
index d0589fd..6a3d38c 100644
--- a/examples/3d/tet4/step04.cfg
+++ b/examples/3d/tet4/step04.cfg
@@ -130,6 +130,6 @@ fs_pc_type = fieldsplit
 fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_displacement_pc_type = ml
-fs_fieldsplit_lagrange_multipliers_pc_type = jacobi
+fs_fieldsplit_lagrange_multiplier_pc_type = jacobi
 fs_fieldsplit_displacement_ksp_type = preonly
-fs_fieldsplit_lagrange_multipliers_ksp_type = preonly
+fs_fieldsplit_lagrange_multiplier_ksp_type = preonly



More information about the CIG-COMMITS mailing list