Re: [Libmesh-users] parallel_mesh

2017-01-11 Thread Roy Stogner
On Tue, 10 Jan 2017, Maria Giuseppina Chiara Nestola wrote: > If our setup of elements already includes elements across process > boundaries, do we need to still call gather_neighboring_elements()? No. DistributedMesh requires one layer of ghost elements, which is what gather_neighboring_eleme

[Libmesh-users] parallel_mesh

2017-01-10 Thread Maria Giuseppina Chiara Nestola
Dear all, we are trying to build parallel meshes. What i need is that each processor has just its own mesh. We are coupling a fem code with FD code thus we need to guarantee also the same partition. We have already implemented a routine to do this but we have some questions. 1) If our setup