Hey guys,<br>    I just noticed a strange inconsistency within PCView_MG. <br>This function reports <br>    pre-smooths=%D, post-smooths=%D<br>using the the values from<br>  mg[0]->default_smoothd,mg[0]->default_smoothu.<br>
However, the values on level 0 are not modified by calls to PCMGSetNumberSmoothDown/Up().<br>Hence mg[0]->default_smoothd,mg[0]->default_smoothu are always the default value of 1.<br><br>The value of the relaxation sweeps is clear from the value of max_it defined on the ksp at each level, so it seem unnecessary (and confusing) to report that the pre/post-smooths based solely on the values of default_smoothd/default_smoothu obtained from level 0.<br>
<br>Cheers,<br>    Dave.<br>