On Tue, 10 Dec 2013, Andrew Davis wrote:

> Does anyone know what I am doing wrong?

Assuming you're doing something wrong was wrong.  You just caught a
bug in our system.C.

I've committed a fix to our git master.  If you're using a release
libMesh and don't want to upgrade or wait for a backported fix, you
can change three lines in src/systems/system.C from

FEType fe_type = dof_map.variable_type(0);

to

FEType fe_type = dof_map.variable_type(var);
---
Roy

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to