[cig-commits] commit: Fix a comment.

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


changeset:   68:f3de0ab9c0d4
user:        Walter Landry <wlandry at caltech.edu>
date:        Wed Jan 26 11:56:20 2011 -0800
files:       StokesFACOps/initializeOperatorState.C
description:
Fix a comment.


diff -r 1ca69c0bbd43 -r f3de0ab9c0d4 StokesFACOps/initializeOperatorState.C
--- a/StokesFACOps/initializeOperatorState.C	Wed Jan 26 11:54:08 2011 -0800
+++ b/StokesFACOps/initializeOperatorState.C	Wed Jan 26 11:56:20 2011 -0800
@@ -216,13 +216,7 @@ void SAMRAI::solv::StokesFACOps::initial
 
   /*
    * Get the transfer operators.
-   * Flux coarsening is conservative.
    * Cell (solution, error, etc) coarsening is conservative.
-   * Cell refinement from same level is constant refinement.
-   * Cell refinement from coarser level is chosen by the
-   *   choice of coarse-fine discretization, d_cf_discretization,
-   *   which should be set to either "Ewing" or one of the
-   *   acceptable strings for looking up the refine operator.
    */
   tbox::Pointer<geom::CartesianGridGeometry> geometry =
     d_hierarchy->getGridGeometry();



More information about the CIG-COMMITS mailing list