On Wed, 7 Nov 2018, Michael Povolotskyi wrote:

> if I use the trapezoidal rule:
>
> QTrap qrule(dim)
>
> Can I assume the quadrature points are ordered in the same way at the element 
> nodes?

Doesn't look that way, in general, at first glance.  We build the quad
and hex QTrap rules via tensor products, but that's not how we order
nodes.
---
Roy


_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to