[cig-commits] [commit] rajesh-petsc, rajesh-petsc-schur: removed the empty definition of solve_Ahat_p_fhat_petsc (2d80412)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:02:57 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 2d80412812853cfbef0efcb79851e4a2c01b1ba1
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Wed Aug 20 15:12:17 2014 -0700

    removed the empty definition of solve_Ahat_p_fhat_petsc


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

2d80412812853cfbef0efcb79851e4a2c01b1ba1
 lib/Stokes_flow_Incomp.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/Stokes_flow_Incomp.c b/lib/Stokes_flow_Incomp.c
index 19cd74b..ec2225e 100644
--- a/lib/Stokes_flow_Incomp.c
+++ b/lib/Stokes_flow_Incomp.c
@@ -52,9 +52,6 @@ static void solve_Ahat_p_fhat_iterCG(struct All_variables *E,
                                       double **V, double **P, double **F,
                                       double imp, int *steps_max);
 
-static PetscErrorCode solve_Ahat_p_fhat_petsc(struct All_variables *E,
-    Vec V, Vec P, Vec F, double imp, int *steps_max);
-
 static PetscErrorCode solve_Ahat_p_fhat_PETSc_Schur(struct All_variables *E,
     double **V, double **P, double **F, double imp, int *steps_max);
 
@@ -173,12 +170,6 @@ static int keep_iterating(struct All_variables *E,
 	    (converging < required_converging_loops);
 }
 
-static PetscErrorCode solve_Ahat_p_fhat_petsc(struct All_variables *E,
-    Vec V, Vec P, Vec F, double imp, int *steps_max )
-{
-  PetscFunctionReturn(0);
-}
-
 static void solve_Ahat_p_fhat(struct All_variables *E,
                                double **V, double **P, double **F,
                                double imp, int *steps_max)



More information about the CIG-COMMITS mailing list