[cig-commits] [commit] rajesh-petsc, rajesh-petsc-schur: changed default value of use_petsc flag to off (cbfba74)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:03:46 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branches: rajesh-petsc,rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

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

commit cbfba74b3be02b34963818a3f901604436fb8111
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Mon Sep 8 11:08:34 2014 -0700

    changed default value of use_petsc flag to off


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

cbfba74b3be02b34963818a3f901604436fb8111
 lib/Instructions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Instructions.c b/lib/Instructions.c
index 1c0c811..1e7b3d6 100644
--- a/lib/Instructions.c
+++ b/lib/Instructions.c
@@ -779,7 +779,7 @@ void read_initial_settings(struct All_variables *E)
   (E->problem_settings)(E);
 #ifdef USE_PETSC
   /* PETSc related flags */
-  input_boolean("use_petsc",&E->control.use_petsc,"on",m);
+  input_boolean("use_petsc",&E->control.use_petsc,"off",m);
   input_boolean("petsc_linear",&E->control.petsc_linear,"on",m);
   input_boolean("petsc_nonlinear",&E->control.petsc_nonlinear,"off",m);
   input_boolean("petsc_schur",&E->control.petsc_schur,"off",m);



More information about the CIG-COMMITS mailing list