[cig-commits] [commit] rajesh-petsc: 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
Mon Sep 8 11:08:43 PDT 2014
Repository : https://github.com/geodynamics/citcoms
On branch : rajesh-petsc
Link : https://github.com/geodynamics/citcoms/compare/23c90a718846823e34ce57607763b0f1d4489c7c...cbfba74b3be02b34963818a3f901604436fb8111
>---------------------------------------------------------------
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