[petsc-users] PCFieldSplit gives different results for direct and iterative solver

2019-03-16 Thread Y. Shidi via petsc-users
Hello, I am trying to solve the incompressible n-s equations by PCFieldSplit. The large matrix and vectors are formed by MatCreateNest() and VecCreateNest(). The system is solved directly by the following command: -ksp_type fgmres \ -pc_type fieldsplit \ -pc_fieldsplit_type schur \

Re: [petsc-users] PCFieldSplit gives different results for direct and iterative solver

2019-03-19 Thread Y. Shidi via petsc-users
other options that can help improve the pcfieldsplit performance. Kind Regards, Shidi On 2019-03-17 00:05, Smith, Barry F. wrote: On Mar 16, 2019, at 6:50 PM, Y. Shidi via petsc-users wrote: Hello, I am trying to solve the incompressible n-s equations by PCFieldSplit. The large matrix and

Re: [petsc-users] PCFieldSplit gives different results for direct and iterative solver

2019-03-19 Thread Y. Shidi via petsc-users
? Kind Regards, Shidi On 2019-03-19 11:17, Matthew Knepley wrote: On Tue, Mar 19, 2019 at 6:59 AM Y. Shidi via petsc-users wrote: Hello Barry, Thank you for your reply. I reduced the tolerances and get desired solution. I am solving a multiphase incompressible n-s problems and currently we are