[cig-commits] [commit] knepley/upgrade-petsc-interface: Improved parameter specification. (1cdc9e8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Feb 13 13:53:29 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/654d9acb6aceefa4855867cce5cc8f3047adb203...1cdc9e82c7457b3a0025d9b630ac4eca20efcbe0

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

commit 1cdc9e82c7457b3a0025d9b630ac4eca20efcbe0
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Feb 13 13:53:29 2014 -0800

    Improved parameter specification.
    
    timedependent -> problem for generality


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

1cdc9e82c7457b3a0025d9b630ac4eca20efcbe0
 share/settings/solver_fault_exact.cfg | 2 +-
 share/settings/solver_fault_opt.cfg   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/settings/solver_fault_exact.cfg b/share/settings/solver_fault_exact.cfg
index 06b036c..0c41455 100644
--- a/share/settings/solver_fault_exact.cfg
+++ b/share/settings/solver_fault_exact.cfg
@@ -3,7 +3,7 @@
 # for experimental setup (physics, boundary conditions, etc.), validating
 # against data, and verifying against other runs.
 
-[pylithapp.timedependent.formulation]
+[pylithapp.problem.formulation]
 # The split_fields flag must be specified, so that the PCFIELDSPLIT preconditioner
 # can be used. The matrix_type must be set to aij since we lose symmetry when
 # splitting.
diff --git a/share/settings/solver_fault_opt.cfg b/share/settings/solver_fault_opt.cfg
index 3c14602..8fe63c3 100644
--- a/share/settings/solver_fault_opt.cfg
+++ b/share/settings/solver_fault_opt.cfg
@@ -2,7 +2,7 @@
 # saddle point system arising from problems with a fault. This should be used for
 # large production runs.
 
-[pylithapp.timedependent.formulation]
+[pylithapp.problem.formulation]
 # The split_fields flag must be specified, so that the PCFIELDSPLIT preconditioner
 # can be used. The matrix_type must be set to aij since we lose symmetry when
 # splitting. We have turned on the custom preconditioner for the fault problem.



More information about the CIG-COMMITS mailing list