[cig-commits] commit: Get rid of unnecessary sync of v_rhs.

Mercurial hg at geodynamics.org
Fri Mar 18 20:39:03 PDT 2011


changeset:   138:8eadf1e8d6d2
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Mar 18 20:27:22 2011 -0700
files:       StokesFACOps/computeCompositeResidualOnLevel.C
description:
Get rid of unnecessary sync of v_rhs.


diff -r a44c6335fefe -r 8eadf1e8d6d2 StokesFACOps/computeCompositeResidualOnLevel.C
--- a/StokesFACOps/computeCompositeResidualOnLevel.C	Thu Mar 17 22:33:38 2011 -0700
+++ b/StokesFACOps/computeCompositeResidualOnLevel.C	Fri Mar 18 20:27:22 2011 -0700
@@ -102,12 +102,6 @@ void SAMRAI::solv::StokesFACOps::compute
       }
   }
 
-  /* We also need to set the boundaries of the rhs so that coarsening
-     works correctly. */
-  const int v_rhs_id = rhs.getComponentDescriptorIndex(1);
-  set_boundaries(v_rhs_id,ln,true);
-  xeqScheduleGhostFillNoCoarse(invalid_id, v_rhs_id, ln);
-  
   t_compute_composite_residual->stop();
 }
 



More information about the CIG-COMMITS mailing list