[petsc-dev] How do you get RIchardson?

Jed Brown jedbrown at mcs.anl.gov
Fri Sep 16 17:28:16 CDT 2011


On Sat, Sep 17, 2011 at 00:20, Matthew Knepley <knepley at gmail.com> wrote:

> My definition is in no way a "strict" subset. Define your nonlinear
> operator to have a solve, and it has what you want.


You want to solve

f(x) = 0

but you have to write

x = g(x)

to apply a fixed point method. So you do, e.g.

x = A(x)^{-1} b

Now we have to come up with a nonlinear problem f(x) = 0 such that

x = x - f(x) = A(x)^{-1} b

Evidently that is f(x) = x - A(x)^{-1} b. Now I have this extra x floating
around just so it can be subtracted. Just because you can transform
something to make a certain choice general doesn't make it so.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20110917/4290f114/attachment.html>


More information about the petsc-dev mailing list