[petsc-users] subdomain solver options
Mark Adams
mfadams at lbl.gov
Tue Aug 26 13:10:36 CDT 2025
Run with -options_left and -ksp_view
You will see options left, not used, printed at the end and in the KSP view
output you will see the option to use like:
PC Object: (mg_levels_1_) 128 MPI processes
type: redundant
On Tue, Aug 26, 2025 at 12:36 PM Anton Popov <popov at uni-mainz.de> wrote:
> There is an important addition, I use asm and bjacobi as smoothers on
> multigrid levels.
>
> So I probably need to set the options with -mg_levels_sub_, or
> -mg_levels_3_sub_(if they are different on different levels), instead of
> just -sub_.
>
> Correct?
>
> Anton
>
>
>
> On 26.08.25 18:20, Anton Popov wrote:
> > Hi all,
> >
> > I have a strange behavior setting the solver options for asm and
> > bjacobi blocks.
> >
> > Irrespective of what I set with -sub_ksp_ -sub_pc_ it just selects the
> > default preonly and ilu options.
> >
> > This behavior does not change no matter how many local blocks per cpu
> > I try to use, for example with the default one block/cpu it does not
> > work as well.
> >
> > Is there anything wrong?
> >
> > Best,
> >
> > Anton
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20250826/78ea3083/attachment.html>
More information about the petsc-users
mailing list