Fixed some comments about coarsening factors.

This commit is contained in:
falgout 2000-03-21 21:33:39 +00:00
parent 86f0a9c7ec
commit b9a95df31b
2 changed files with 8 additions and 4 deletions

View File

@ -116,8 +116,10 @@ hypre_StructMapCoarseToFine( hypre_Index cindex,
* 6. Boxes of size zero must also be considered when determining * 6. Boxes of size zero must also be considered when determining
* neighborhood information exchanges. * neighborhood information exchanges.
* *
* 7. This routine will work only if the coarsening factor is less * 7. This routine will work only if the coarsening factor is <= 2.
* than or equal to twice the perimeter (= 2*max_distance). * To extend this algorithm to work with larger coarsening factors,
* more than one exchange of neighbor information will be needed after
* each processor coarsens its own neighborhood.
* *
*--------------------------------------------------------------------------*/ *--------------------------------------------------------------------------*/

View File

@ -116,8 +116,10 @@ hypre_StructMapCoarseToFine( hypre_Index cindex,
* 6. Boxes of size zero must also be considered when determining * 6. Boxes of size zero must also be considered when determining
* neighborhood information exchanges. * neighborhood information exchanges.
* *
* 7. This routine will work only if the coarsening factor is less * 7. This routine will work only if the coarsening factor is <= 2.
* than or equal to twice the perimeter (= 2*max_distance). * To extend this algorithm to work with larger coarsening factors,
* more than one exchange of neighbor information will be needed after
* each processor coarsens its own neighborhood.
* *
*--------------------------------------------------------------------------*/ *--------------------------------------------------------------------------*/