On Thu, 6 Dec 2012, Jens Lohne Eftang wrote: > I'm having several EquationSystems,
More importantly, you're attaching several EquationSystems to the same mesh. This is a bug; you'll need to instead get a mesh.clone() if you want a new EquationSystems attached to an identical mesh. It's a bug we should probably be trying to detect and assert against in library code, though... I'm not sure how to do easily without also accidentally asserting against valid usage patterns, though. --- Roy ------------------------------------------------------------------------------ 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
