[cig-commits] [commit] rajesh-petsc-schur: Eliminated the 2nd argument of get_global_shape_fn_sph, which was set to the caps_per_proc loop variable (ddde82b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:10:04 PST 2014


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

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

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

commit ddde82b21473c88d952a3a3c119cd4fb52245ba6
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Thu Sep 18 13:01:49 2014 -0700

    Eliminated the 2nd argument of get_global_shape_fn_sph, which was set to the caps_per_proc loop variable


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

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

diff --git a/lib/Size_does_matter.c b/lib/Size_does_matter.c
index ddced64..fb8b538 100644
--- a/lib/Size_does_matter.c
+++ b/lib/Size_does_matter.c
@@ -63,7 +63,7 @@ static void form_rtf_bc(int k, double x[4],
 
 
 static void get_global_shape_fn_sph(struct All_variables *E,
-                                    int m, int lev, int el)
+                                    int lev, int el)
 {
     int i,j,k,d,e;
     double jacobian;
@@ -178,7 +178,7 @@ void construct_shape_function_derivatives(struct All_variables *E)
 
     for(lev=E->mesh.levmax; lev>=E->mesh.levmin; lev--)
         for(el=1; el<=E->lmesh.NEL[lev]; el++)
-            get_global_shape_fn_sph(E, CPPR, lev, el);
+            get_global_shape_fn_sph(E, lev, el);
 }
 
 



More information about the CIG-COMMITS mailing list