Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-30 Thread Matthew Knepley
On Mon, Mar 30, 2015 at 5:59 AM, Florian Lindner mailingli...@xgm.de wrote: Am Freitag, 27. März 2015, 07:34:56 schrieb Matthew Knepley: On Fri, Mar 27, 2015 at 7:31 AM, Florian Lindner mailingli...@xgm.de wrote: Am Freitag, 27. März 2015, 07:26:11 schrieb Matthew Knepley: On

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-30 Thread Florian Lindner
Am Freitag, 27. März 2015, 07:34:56 schrieb Matthew Knepley: On Fri, Mar 27, 2015 at 7:31 AM, Florian Lindner mailingli...@xgm.de wrote: Am Freitag, 27. März 2015, 07:26:11 schrieb Matthew Knepley: On Fri, Mar 27, 2015 at 4:28 AM, Florian Lindner mailingli...@xgm.de wrote: Am

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-27 Thread Florian Lindner
Am Donnerstag, 26. März 2015, 07:34:27 schrieb Jed Brown: Florian Lindner mailingli...@xgm.de writes: Hello, I'm using petsc with petsc4py. A matrix is created like that MPIrank = MPI.COMM_WORLD.Get_rank() MPIsize = MPI.COMM_WORLD.Get_size() print(MPI Rank = ,

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-27 Thread Matthew Knepley
On Fri, Mar 27, 2015 at 4:28 AM, Florian Lindner mailingli...@xgm.de wrote: Am Donnerstag, 26. März 2015, 07:34:27 schrieb Jed Brown: Florian Lindner mailingli...@xgm.de writes: Hello, I'm using petsc with petsc4py. A matrix is created like that MPIrank =

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-27 Thread Florian Lindner
Am Freitag, 27. März 2015, 07:26:11 schrieb Matthew Knepley: On Fri, Mar 27, 2015 at 4:28 AM, Florian Lindner mailingli...@xgm.de wrote: Am Donnerstag, 26. März 2015, 07:34:27 schrieb Jed Brown: Florian Lindner mailingli...@xgm.de writes: Hello, I'm using petsc with

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-27 Thread Matthew Knepley
On Fri, Mar 27, 2015 at 7:31 AM, Florian Lindner mailingli...@xgm.de wrote: Am Freitag, 27. März 2015, 07:26:11 schrieb Matthew Knepley: On Fri, Mar 27, 2015 at 4:28 AM, Florian Lindner mailingli...@xgm.de wrote: Am Donnerstag, 26. März 2015, 07:34:27 schrieb Jed Brown: Florian

[petsc-users] Understanding MatCreate bsize parameter

2015-03-26 Thread Florian Lindner
Hello, I'm using petsc with petsc4py. A matrix is created like that MPIrank = MPI.COMM_WORLD.Get_rank() MPIsize = MPI.COMM_WORLD.Get_size() print(MPI Rank = , MPIrank) print(MPI Size = , MPIsize) parts = partitions() print(Dimension= , nSupport + dimension, bsize =

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-26 Thread Jed Brown
Florian Lindner mailingli...@xgm.de writes: Hello, I'm using petsc with petsc4py. A matrix is created like that MPIrank = MPI.COMM_WORLD.Get_rank() MPIsize = MPI.COMM_WORLD.Get_size() print(MPI Rank = , MPIrank) print(MPI Size = , MPIsize) parts = partitions()

Re: [petsc-users] Understanding MatCreate bsize parameter

2015-03-26 Thread Matthew Knepley
On Thu, Mar 26, 2015 at 8:16 AM, Florian Lindner mailingli...@xgm.de wrote: Hello, I'm using petsc with petsc4py. A matrix is created like that MPIrank = MPI.COMM_WORLD.Get_rank() MPIsize = MPI.COMM_WORLD.Get_size() print(MPI Rank = , MPIrank) print(MPI Size = , MPIsize)