jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
28 stars 9 forks source link

`Hex` `RefElemData` assumes Kronecker/tensor product structure #131

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

RefElemData for hexes assumes tensor product quadrature and a tensor product structure. However, the M mass matrix is not necessarily a Kronecker product if the quadrature isn't tensor product, e.g., if we use a non-tensor product under-integrated quadrature.