On Tue, 20 Nov 2012, Andrew E Slaughter wrote: > I think I might of solved my problem by disabling the partitioning on the > pid_mesh (pid_mesh.skip_partioning(true)). I still need to do some testing.
Why create the pid_mesh in the first place? If you want each processor to work on its local elements, just loop from local_elements_begin() to local_elements_end(). --- Roy ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
