Anyone out there running with subdomain restricted variables in parallel?
I'm pretty sure I've found a bug in the DOF distribution code but it seems
like it should be hurting everyone using this feature...

Specifically, in dof_map.C, we loop over variables, then elements.  If the
variable is active on the subdomain we then loop over the nodes of that
element and assign DOF indices *if we own the node*.  Unfortunately, this
misses a corner case in which the processor which actually owns the node
does not own an element which is active on the relevant subdomain.

-Ben


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to