Fixed some comments about coarsening factors.
This commit is contained in:
parent
86f0a9c7ec
commit
b9a95df31b
@ -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.
|
||||||
*
|
*
|
||||||
*--------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
*
|
*
|
||||||
*--------------------------------------------------------------------------*/
|
*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user