On Tue, Apr 29, 2014 at 11:24 AM, walter kou <walter4c...@gmail.com> wrote:

> By the way, I used libmesh 0.8.0, and the element type for the body is
> Hex8, thus the boundary element type should be quad4.
>
> Does anyone have any idea for the issue?
>

I think you need to do this:
const vector <vector <Real > >& dphi_i_q = fe_face_ptr->get_dphidxi();

before you do this:
fe_face->reinit(elem, side);

so that the FE object knows that it needs to compute that?  Just a guess...

-- 
John
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to