Re: [petsc-users] Behavior of KSP iterations when using Restart

2023-06-09 Thread Matthew Knepley
_type lu Thanks, Matt > -- > *De:* Matthew Knepley > *Enviado:* viernes, 9 de junio de 2023 4:13:35 > *Para:* Nicolas Garcia Guzman > *Cc:* petsc-users@mcs.anl.gov > *Asunto:* Re: [petsc-users] Behavior of KSP iterations when using Restart > &

Re: [petsc-users] Behavior of KSP iterations when using Restart

2023-06-08 Thread Matthew Knepley
On Thu, Jun 8, 2023 at 9:13 PM Nicolas Garcia Guzman wrote: > Hello, > > > I am solving a linear system using petsc4py, with the following command: > > > python main.py -ksp_type gmres -ksp_gmres_restart 16 -ksp_max_it 18 > -ksp_monitor -ksp_converged_reason -ksp_rtol 1e-15 -pc_type asm > -su

[petsc-users] Behavior of KSP iterations when using Restart

2023-06-08 Thread Nicolas Garcia Guzman
Hello, I am solving a linear system using petsc4py, with the following command: python main.py -ksp_type gmres -ksp_gmres_restart 16 -ksp_max_it 18 -ksp_monitor -ksp_converged_reason -ksp_rtol 1e-15 -pc_type asm -sub_pc_type ilu -sub_pc_factor_levels 1 -sub_ksp_type preonly In the scrip