Fixes for curved faces generated using a manifold output
This MR fixes a couple of issues related to curved faces which appear as regressions after !900 (merged) was merged.
- Warnings for triangles with 2D distributions were being erroneously for edge 2 of the triangle, since in !900 (merged) we swapped the standard element definition of a forwards edge for edge 2.
-
InputNekpp
was not correctly setting points distributions for edges/faces -
OutputNekpp
was usingm_expDim
instead ofm_spaceDim
for point curves, which broke compressed XML output for manifolds.