Re: [petsc-users] Clarification on PCASMSetLocalSubdomain is and is_local

2016-06-02 Thread Matthew Knepley
On Thu, Jun 2, 2016 at 5:27 PM, Luc Berger-Vergiat wrote: > Ok I get it, then if I have multiple subdomains on the local processor is > and is_local will be arrays of is that represent each subdomain on that > processor? > Yep. Matt > Best, > Luc > > On 06/02/2016

Re: [petsc-users] Clarification on PCASMSetLocalSubdomain is and is_local

2016-06-02 Thread Luc Berger-Vergiat
Ok I get it, then if I have multiple subdomains on the local processor is and is_local will be arrays of is that represent each subdomain on that processor? Best, Luc On 06/02/2016 06:21 PM, Matthew Knepley wrote: On Thu, Jun 2, 2016 at 5:11 PM, Luc Berger-Vergiat

Re: [petsc-users] Clarification on PCASMSetLocalSubdomain is and is_local

2016-06-02 Thread Matthew Knepley
On Thu, Jun 2, 2016 at 5:11 PM, Luc Berger-Vergiat wrote: > Hi all, > I would like a quick clarification on what is and is_local are > representing in the PCASMSetLocalSubdomains(). > My understanding is that if I have two mpi ranks and four subdomains I can > end up having

[petsc-users] Clarification on PCASMSetLocalSubdomain is and is_local

2016-06-02 Thread Luc Berger-Vergiat
Hi all, I would like a quick clarification on what is and is_local are representing in the PCASMSetLocalSubdomains(). My understanding is that if I have two mpi ranks and four subdomains I can end up having four blocks that I can denote as follows: | domain1 | domain2 |