On Wed, Jun 15, 2011 at 9:41 AM, Ataollah Mesgarnejad
<[email protected]> wrote:
> Dear all,
>
> How can I get the Gauss points' weights for each quadrature point?

QGauss qrule (3, FIFTH);

// FE::reinit() on a particular geometric element or qrule.init(HEX8);

std::vector<Point>& v = qrule.get_weights();

-- 
John

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to