[cig-commits] [commit] rajesh-petsc-schur: Turn back on the PETSc_Schur method (b50553f)

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


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

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

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

commit b50553f057bbde0b173ca0a395d35884157fd2a4
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Mon Sep 8 11:38:31 2014 -0700

    Turn back on the PETSc_Schur method


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

b50553f057bbde0b173ca0a395d35884157fd2a4
 lib/Stokes_flow_Incomp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Stokes_flow_Incomp.c b/lib/Stokes_flow_Incomp.c
index 29d7a41..06c2bb0 100644
--- a/lib/Stokes_flow_Incomp.c
+++ b/lib/Stokes_flow_Incomp.c
@@ -184,8 +184,8 @@ static void solve_Ahat_p_fhat(struct All_variables *E,
   {
     if(E->control.petsc_schur) // use Schur complement reduction
     {
-      myerror(E, "Schur complement reduction approach is not implemented yet");
-      //solve_Ahat_p_fhat_PETSc_Schur(E, V, P, F, imp, steps_max);
+      //myerror(E, "Schur complement reduction approach is not implemented yet");
+      solve_Ahat_p_fhat_PETSc_Schur(E, V, P, F, imp, steps_max);
     }
     else                       // use the Uzawa algorithm
     {



More information about the CIG-COMMITS mailing list