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] repartitioning

2018-06-20 Thread Griffith, Boyce Eugene
> 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(); >> >> and then continue? > > Did this work for you? > > The code above is what I'd have

Re: [Libmesh-users] repartitioning

2018-06-19 Thread Roy Stogner
On Tue, 12 Jun 2018, Griffith, Boyce Eugene wrote: OK, so something like: partiontiner->repartition(); equation_systems->reinit(); and then continue? Did this work for you? The code above is what I'd have written as v0.1 too, but I added a quick unit test to make sure and (at least with D

Re: [Libmesh-users] repartitioning

2018-06-11 Thread Griffith, Boyce Eugene
On Jun 11, 2018, at 9:23 PM, John Peterson mailto:jwpeter...@gmail.com>> wrote: On Mon, Jun 11, 2018 at 10:16 AM, Griffith, Boyce Eugene mailto:boy...@email.unc.edu>> wrote: Folks -- I want to play around with an application-specific mesh partitioning that will change during the course of

Re: [Libmesh-users] repartitioning

2018-06-11 Thread John Peterson
On Mon, Jun 11, 2018 at 10:16 AM, Griffith, Boyce Eugene < boy...@email.unc.edu> wrote: > Folks -- > > I want to play around with an application-specific mesh partitioning that > will change during the course of a time-dependent simulation. (Basically, > I want to experiment with using the partit