Re: [Libmesh-users] Best way to disable repartitioning

2012-12-06 Thread Roy Stogner
On Thu, 6 Dec 2012, Derek Gaston wrote: > So, I need to disable REpartitioning for one specific problem... what's the > best way to go about that? > > Basically, I need to read a mesh, do an initial partitioning and then never > change it again Didn't we add MeshBase::skip_partitioning() or

[Libmesh-users] Best way to disable repartitioning

2012-12-06 Thread Derek Gaston
So, I need to disable REpartitioning for one specific problem... what's the best way to go about that? Basically, I need to read a mesh, do an initial partitioning and then never change it again What do you guys think? Derek ---