Re: [Libmesh-users] Problem with parallel execution of element loop

2021-11-11 Thread edgar via Libmesh-users
On 2021-11-11 15:09, John Peterson wrote: GitHub discussions seem to be a more effective and productive way for people to ask/answer questions than the mailing list these days. I kindly disagree :) . ___ Libmesh-users mailing list Libmesh-users@lis

Re: [Libmesh-users] Problem with parallel execution of element loop

2021-11-11 Thread John Peterson
Hi Dan, I created a GitHub Discussion for this email here: https://github.com/libMesh/libmesh/discussions/3086 GitHub discussions seem to be a more effective and productive way for people to ask/answer questions than the mailing list these days. -- John On Wed, Nov 10, 2021 at 1:35 PM Lior, D

[Libmesh-users] Problem with parallel execution of element loop

2021-11-10 Thread Lior, Dan Uri
The following code fragment is part of a program that behaves correctly when invoked to run on a single processor (ie using : mpirun -n 1 main) libMesh::BoundaryInfo& bdry_info = tet_mesh.get_boundary_info(); for (auto pp_elem = tet_mesh.local_elements_begin(); pp_elem != tet_mesh.local_