On Thu, 6 Nov 2008, Derek Gaston wrote:

> So... I'm putting together a capability for finding the local dof
> indices for a variable.... and I've got a question about who owns what.
>
> If a processor owns an element.... does it own all of the degrees of
> freedom on that element?

It owns any DoFs stored on the element itself, but not all the DoFs
stored on the nodes attached to that element.  You need to look at the
processor_id() for each DofObject to get the right owner if the
DofObject is a node on a boundary between processors' partitions.
---
Roy

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to