jlchan/NodesAndModes.jl

Interpolation nodes incorrect

Closed this issue · 3 comments

Pyramid quad face nodes do not match tensor product quad nodes.

Triangular interpolation nodes also appear to be non-symmetric...
Screen Shot 2020-12-09 at 5 07 21 PM

Symmetry is fixed - was an issue with edge parametrization.
Screen Shot 2020-12-09 at 10 09 43 PM

Still need to dispatch on pyramid nodes, which don't yield tensor product quad nodes on the bottom face
Screen Shot 2020-12-09 at 10 52 52 PM

fixed in cbcba88