On Nov 16, 2010, at 10:27 AM, Boyce Griffith wrote: > Is adding qrule->need_reinit() the only change that you are making to QBase? > I am probably missing something, but it seems like allowing the quadrature > rule to vary from element to element would also require something like > changing the arguments for qrule->init() to include the element on which the > quadrature rule is being initialized. > > (Incidentally, this is functionality that I would definitely use!)
Hmmm... I only added a new virtual called shapes_need_reinit() that returns false by default. This is all that was necessary for my application because I added other functions to my qrule class to tell it the information it needs before I call fe->reinit(). I do see your point and wouldn't be opposed to someone making that modification. Derek ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
