[petsc-dev] sor smoothers
Jed Brown
jedbrown at mcs.anl.gov
Tue Aug 13 13:19:19 CDT 2013
"Mark F. Adams" <mfadams at lbl.gov> writes:
> On Aug 12, 2013, at 7:19 PM, Barry Smith <bsmith at mcs.anl.gov> wrote:
>
>>
>> Jed,
>>
>> I don't understand your computations. I run
>>
>> ./ex29 -ksp_type chebyshev -ksp_max_it 2 -ksp_monitor -pc_type eisenstat -log_summary -ksp_view -ksp_chebyshev_eigenvalues 1.0,2.0 -ksp_norm_type none
>>
>
> I thought we wanted to use richardson to get PCApplyRichardson_SOR to
> get invoked and save the MatMults in the KSP, because SOR is a strange
> PC that can use an existing solution w/o doing residual correction.
> What am I missing.
Chebyshev allows us to accelerate it (sometimes) relative to Richardson.
The cost of Richardson(2)/SOR is remarkably similar to
Cheby(2)/Eisenstat.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130813/cd2811c3/attachment.sig>
More information about the petsc-dev
mailing list