[petsc-users] snes + matrix free + coloring

Jed Brown jedbrown at mcs.anl.gov
Wed Oct 10 16:47:19 CDT 2012


On Wed, Oct 10, 2012 at 4:33 PM, <panourg at mech.upatras.gr> wrote:

> What do you mean when you say that i do not use a matrix free method at
> all?
>
> With matrix-free method only the operator is "free". Not the
> preconditioning matrix.
>

Yes, but if you are assembling the Jacobian using coloring, but then only
using it as a preconditioner and using a separate matrix-free finite
differencing step to apply the operator, then you are just goofing off. Of
course you can do it, but it doesn't make sense.


>
> For this i always set -snes_mf_operator option.
>
> Either way is any way to have preconditioner without forming the its prec
> matrix??
>
>
Sure, but you have to understand the problem, e.g., multilevel structure,
plane waves, an embedded discretization. If you want to use PETSc's
automatic preconditioners instead of rolling your own, then you should
assemble the operator.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20121010/c7f72495/attachment.html>


More information about the petsc-users mailing list