Re: [petsc-users] petsc4py: reuse setup for multiple solver calls?

2018-04-06 Thread Lisandro Dalcin
On 6 April 2018 at 08:48, Robert Speck wrote: > Thank you for your answer! Please see below for comments/questions. > > On 05.04.18 12:53, Matthew Knepley wrote: >> On Thu, Apr 5, 2018 at 6:39 AM, Robert Speck > >> For nonlinear solves which stay the same size, you do nothing. > > "nothing" in ter

Re: [petsc-users] petsc4py: reuse setup for multiple solver calls?

2018-04-05 Thread Dave May
On Fri, 6 Apr 2018 at 07:48, Robert Speck wrote: > Thank you for your answer! Please see below for comments/questions. > > On 05.04.18 12:53, Matthew Knepley wrote: > > On Thu, Apr 5, 2018 at 6:39 AM, Robert Speck > > wrote: > > > > Hi! > > > > I would like

Re: [petsc-users] petsc4py: reuse setup for multiple solver calls?

2018-04-05 Thread Robert Speck
Thank you for your answer! Please see below for comments/questions. On 05.04.18 12:53, Matthew Knepley wrote: > On Thu, Apr 5, 2018 at 6:39 AM, Robert Speck > wrote: > > Hi! > > I would like to use petsc4py for my own Python library. Installation > went w

Re: [petsc-users] petsc4py: reuse setup for multiple solver calls?

2018-04-05 Thread Matthew Knepley
On Thu, Apr 5, 2018 at 6:39 AM, Robert Speck wrote: > Hi! > > I would like to use petsc4py for my own Python library. Installation > went well, first tests (serial and parallel) look good. > > Here is what I want to do: I have my own time-stepping playground and I > want petsc4py to be one of my

[petsc-users] petsc4py: reuse setup for multiple solver calls?

2018-04-05 Thread Robert Speck
Hi! I would like to use petsc4py for my own Python library. Installation went well, first tests (serial and parallel) look good. Here is what I want to do: I have my own time-stepping playground and I want petsc4py to be one of my backbones for the data types and (linear or non-linear, serial or