One more thing - you may want to put 

node->debug_buffer();
libmesh_error();

So you can force an abort to track down the output - uncommenting those lines 
will create a lot of noise on the console!

-Ben




On Dec 12, 2012, at 5:17 PM, "Kirk, Benjamin (JSC-EG311)" 
<[email protected]> wrote:

> On Dec 12, 2012, at 4:11 PM, Jens Lohne Eftang <[email protected]> wrote:
> 
>> With revision 6524 it's still broken. Yep, I'm pulling from svn.
> 
> With r6524, will you please uncomment the section
> 
>      // std::cout << "base_idx, var, vg, vig, ncg, comp="
>      //        << base_idx << " "
>      //        << var << " "
>      //        << vg << " "
>      //        << vig << " "
>      //        << ncg << " "
>      //        << comp << '\n';
> 
> 
> inside include/base/dof_object.h, function 
> DofObject::dof_number()
> 
> and repeat your experiment, replying with the results again for the first 
> three nodes, also with the 
> node->debug_buffer() as before?
> 
> I'd expect system 0, vars 0,1,2 to have ids 0, 96, and 192, respectively, 
> from this buffer:
> 
> [ 2 8 257 0 257 96 257 192 257 0 ]
> 
> -Ben
> 
> 
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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