Fixed the comment, which incorrectly said "non-Galerkin".

This commit is contained in:
falgout 2011-03-11 16:02:52 +00:00
parent 0c7c19bb1a
commit f60991bfc4

View File

@ -10,14 +10,6 @@
* $Revision$ * $Revision$
***********************************************************************EHEADER*/ ***********************************************************************EHEADER*/
/******************************************************************************
*
*
*****************************************************************************/
#include "headers.h" #include "headers.h"
#include "pfmg.h" #include "pfmg.h"
@ -30,8 +22,8 @@
* *
* Since r_l and e_l point to the same temporary data, the boundary ghost values * Since r_l and e_l point to the same temporary data, the boundary ghost values
* are not guaranteed to stay clear as needed in the constant coefficient case. * are not guaranteed to stay clear as needed in the constant coefficient case.
* In addition, for the non-Galerkin case, the interpolation operator is set to * In addition, for the Galerkin case, the interpolation operator is set to be a
* be a variable coefficient operator. However, interpolation values that reach * variable coefficient operator. However, interpolation values that reach
* outside of the boundary are currently not always computed to be zero in this * outside of the boundary are currently not always computed to be zero in this
* case, so we can't rewrite SemiRestrict and SemiInterp to faithfully zero out * case, so we can't rewrite SemiRestrict and SemiInterp to faithfully zero out
* boundary ghost values only when needed because there isn't enough context. * boundary ghost values only when needed because there isn't enough context.