[cig-commits] commit: Clean up

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


changeset:   84:6af6700b0187
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Feb 10 11:04:29 2011 -0800
files:       StokesFACOps/smoothErrorByRedBlack.C
description:
Clean up


diff -r 01a88d436868 -r 6af6700b0187 StokesFACOps/smoothErrorByRedBlack.C
--- a/StokesFACOps/smoothErrorByRedBlack.C	Wed Feb 09 11:30:25 2011 -0800
+++ b/StokesFACOps/smoothErrorByRedBlack.C	Thu Feb 10 11:04:29 2011 -0800
@@ -72,24 +72,6 @@ void SAMRAI::solv::StokesFACOps::smoothE
 #endif
   tbox::Pointer<hier::PatchLevel> level = d_hierarchy->getPatchLevel(ln);
 
-  // {
-  //   hier::PatchLevel::Iterator pi(*level);
-  //   for (pi.initialize(*level); pi; pi++) {
-  //     tbox::Pointer<hier::Patch> patch = *pi;
-  //     tbox::Pointer<pdat::CellData<double> > p_rhs_data =
-  //       patch->getPatchData(p_rhs_id);
-  //     for(pdat::CellIterator ci(p_rhs_data->getBox()); ci; ci++)
-  //       {
-  //         pdat::CellIndex cc=ci();
-  //         tbox::plog << "p_rhs "
-  //                    << cc[0] << " "
-  //                    << cc[1] << " "
-  //                    << (*p_rhs_data)(cc) << " "
-  //                    // << (&(*p_rhs_data)(cc)) << " "
-  //                    << "\n";
-  //       }
-  //   }
-  // }
   /* Only need to sync the rhs once. This sync is needed because
      calculating a new pressure update requires computing in the ghost
      region so that the update for the velocity inside the box will be



More information about the CIG-COMMITS mailing list