Re: [Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread David Knezevic
On Thu, Sep 15, 2016 at 1:29 PM, Roy Stogner wrote: > > On Thu, 15 Sep 2016, Sahai, Amal wrote: > > > I thought of directly accessing the ksp/pc object via ksp() or pc() > > and setting the correct options right before I solve the linear > > system. But my fear is would the Petsclinearsolver refo

Re: [Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread Roy Stogner
On Thu, 15 Sep 2016, Sahai, Amal wrote: > I thought of directly accessing the ksp/pc object via ksp() or pc() > and setting the correct options right before I solve the linear > system. But my fear is would the Petsclinearsolver reformat the ksp > / pc object when it executes solve. There's no c

Re: [Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread Kong (Non-US), Fande
nt: Thursday, September 15, 2016 10:25 AM > To: Sahai, Amal > Cc: [email protected] > Subject: Re: [Libmesh-users] Setting size of ksp parameters > > On Thu, 15 Sep 2016, Sahai, Amal wrote: > > > I have an equation system consisting of multiple Linear Impl

Re: [Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread Sahai, Amal
-users] Setting size of ksp parameters On Thu, 15 Sep 2016, Sahai, Amal wrote: > I have an equation system consisting of multiple Linear Implicit > systems which I am solving using Petsc. What would be the easiest > way to set the size of krylov subspace and the preconditioner being > em

Re: [Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread Roy Stogner
On Thu, 15 Sep 2016, Sahai, Amal wrote: > I have an equation system consisting of multiple Linear Implicit > systems which I am solving using Petsc. What would be the easiest > way to set the size of krylov subspace and the preconditioner being > employed for a particular system? I don't want to

[Libmesh-users] Setting size of ksp parameters

2016-09-15 Thread Sahai, Amal
I have an equation system consisting of multiple Linear Implicit systems which I am solving using Petsc. What would be the easiest way to set the size of krylov subspace and the preconditioner being employed for a particular system? I don't want to use command line arguments because those get ap