From: Stogner, R. H <roy...@ic...> - 2018-11-07 19:59:25
|
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 |