On 12/12/2012 04:07 PM, Roy Stogner wrote:
> On Wed, 12 Dec 2012, Jens Lohne Eftang wrote:
>
>> The system that is read from file has three variables. Now, when I
>> iterate of the nodes of mesh, and do
>>
>> index_0 = node->dof_number(0, i, 0);
>> index_1 = node->dof_number(0,0,0);
>>
>> I alwas get index_0==index_1 also when i = 1,2.
>
> I assume you're running with the latest svn trunk or git master?
>
> If so, would you try with svn revision 6517?  It's possible that Ben's
> subsequent VariableGroup optimizations to the dof numbering regressed
> something.
Yep, I was using svn revision 6524. Rolling back to 6517 did not change 
anything. Also note that there's a typo in my code above the first 
argument to the last call to dof_number should be 1 and not 0.

Thanks,

Jens


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to