[petsc-dev] Mark, what's the rational for keeping the Chebyshev tuning inside GAMG?

Jed Brown jed at jedbrown.org
Sun Feb 22 09:32:31 CST 2015


Barry Smith <bsmith at mcs.anl.gov> writes:
>    Huhh? 

The smoothed interpolation satisfies

  P_{smoothed} = (1 - w D^{-1} A) P_{tentative}

where D^{-1} is Jacobi (could be point-block Jacobi), but cannot be SOR.
GAMG is computing the estimate in order to choose w.

>    But anyways, even if GAMG turns on Cheby/Jacobi as the smoother
>    there is not reason the Chebyshev estimator you wrote cannot be
>    used since it just uses whatever PC has been set. So your response
>    seems completely orthogonal to my question. Can we merge and just
>    have one Chebyshev estimator?

I think yes, after adding KSPChebyshevGetEigenvalues().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20150222/faf02b4c/attachment.sig>


More information about the petsc-dev mailing list