On Dec 12, 2012, at 9:15 PM, Jens Lohne Eftang <[email protected]> wrote: >> >> in your top-level directory and try that build - what happens? > I get the same behavior as with 6525. > > Thanks, > Jens
Jens, I created a unit test in the latest libMesh source tree, and for the buffers you provide the code is behaving as expected. https://github.com/libMesh/libmesh/pull/9 So the issue is not the new VariableGroups patch, which is consistent with you saying the issue persists even with the older versions. (1) Could you review the link above and make sure that the calling arguments are consistent with what you are doing, (2) add a call to EquationSystems::print_info() after you add your second system and initialize it. Reply with the output (3) run in DEBUG mode DEBUG mode does more than just enable the asserts - in this case it adds additional sanity checking code into the DofObject class. -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
