On Fri, 19 Dec 2008, Yujie wrote:

> which variables are from the same discretized physical
> points.

Look at the DofObject interface.  The indices for each variable are
stored there.  A Node or an Elem is a type of 
DofObject, so you can call the same functions on them.

> Therefore, I am wondering how to do it efficiently. If I know the
> rules of the Dofs distribution, it should be easy to find their relationship
> independing on element looping.

Easy, but unsupported.  If we have to change the DoF distribution
rules, I don't want to worry about whose code we might break by doing
so.
---
Roy

------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to