[cig-commits] commit: More clean up

Mercurial hg at geodynamics.org
Fri Feb 25 14:16:15 PST 2011


changeset:   75:28cde1439738
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Feb 09 06:50:04 2011 -0800
files:       P_Refine_Patch_Strategy.C
description:
More clean up


diff -r 31aef82f0c0d -r 28cde1439738 P_Refine_Patch_Strategy.C
--- a/P_Refine_Patch_Strategy.C	Wed Feb 09 06:49:21 2011 -0800
+++ b/P_Refine_Patch_Strategy.C	Wed Feb 09 06:50:04 2011 -0800
@@ -1,3 +1,6 @@
+/* Extrapolate pressure onto ghost cells at physical boundaries.
+   Everywhere else the pressure should already be set correctly. */ 
+
 #include "P_Refine_Patch_Strategy.h"
 
 void
@@ -15,16 +18,6 @@ SAMRAI::solv::P_Refine_Patch_Strategy::p
 
   tbox::Pointer<geom::CartesianPatchGeometry>
     geom = coarse.getPatchGeometry();
-  tbox::plog << "P Refine Patch preprocess "
-             << gbox.lower(0) << " "
-             << gbox.upper(0) << " "
-             << gbox.lower(1) << " "
-             << gbox.upper(1) << " "
-             << pbox.lower(0) << " "
-             << pbox.upper(0) << " "
-             << pbox.lower(1) << " "
-             << pbox.upper(1) << " "
-             << "\n";
   for(int j=gbox.lower(1); j<=gbox.upper(1); ++j)
     for(int i=gbox.lower(0); i<=gbox.upper(0); ++i)
       {



More information about the CIG-COMMITS mailing list