[cig-commits] [commit] rajesh-petsc, rajesh-petsc-schur: Setting petsc_schur=on will fail with a "Schur complement reduction approach is not implemented yet" messgage (774ebeb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:03:41 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 774ebebf2999f736859907cccb1c530a3d237c37
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Mon Sep 8 10:01:39 2014 -0700

    Setting petsc_schur=on will fail with a "Schur complement reduction approach is not implemented yet" messgage


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

774ebebf2999f736859907cccb1c530a3d237c37
 lib/Stokes_flow_Incomp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Stokes_flow_Incomp.c b/lib/Stokes_flow_Incomp.c
index 3acae42..29d7a41 100644
--- a/lib/Stokes_flow_Incomp.c
+++ b/lib/Stokes_flow_Incomp.c
@@ -184,7 +184,8 @@ static void solve_Ahat_p_fhat(struct All_variables *E,
   {
     if(E->control.petsc_schur) // use Schur complement reduction
     {
-      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