Re: [Libmesh-users] repartitioning

2018-06-29 Thread Roy Stogner
On Fri, 29 Jun 2018, Griffith, Boyce Eugene wrote: On Jun 20, 2018, at 9:48 AM, Griffith, Boyce Eugene wrote: On Jun 19, 2018, at 11:58 PM, Roy Stogner wrote: On Tue, 12 Jun 2018, Griffith, Boyce Eugene wrote: OK, so something like: partiontiner->repartition(); equation_systems->reini

Re: [Libmesh-users] repartitioning

2018-06-29 Thread Griffith, Boyce Eugene
> On Jun 20, 2018, at 9:48 AM, Griffith, Boyce Eugene > wrote: > > > >> On Jun 19, 2018, at 11:58 PM, Roy Stogner wrote: >> >> >> On Tue, 12 Jun 2018, Griffith, Boyce Eugene wrote: >> >>> OK, so something like: >>> >>> partiontiner->repartition(); >>> equation_systems->reinit(); >>> >>

Re: [Libmesh-users] Adaptative Mesh Refinement

2018-06-29 Thread Roy Stogner
On Thu, 28 Jun 2018, Roy Stogner wrote: On Tue, 12 Jun 2018, Vinicius C. Reis wrote: Hi John, I pasted a somewhat smaller version of my code below. By playing with the refinement steps limit and the commented out init() and reinit() lines you should be able to reproduce the two exceptions

Re: [Libmesh-users] Syncronize a vector among processes

2018-06-29 Thread Renato Poli
Thank you! On Thu, Jun 28, 2018 at 6:04 PM, Roy Stogner wrote: > > On Thu, 28 Jun 2018, Renato Poli wrote: > > How can I do this (I am not a MPI guy at all, so please be patient ...): >> > > > ... after each processor makes its own local vector, just >> > allgather those into a giant serial vect