> FEMContext::elem->neighbor(FEMContext::side) is the neighboring > element. So this will give me an Elem * pointer, which looks like the geometry of the element, but I can't figure out how to get the appropriate FEType to build a FEBase. The Elem::type() function only returns the inherited ElemType, e.g. Quad9. How do I go from a pointer to the neighboring Elem to building a new FEBase? Won't FEMContext only give my the FEType of my current element?
Thanks, -- Truman Ellis ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
