Update to allow for curved surfaces to be recognised when extracting a 1D surface from 2D mesh
Added curvature output support to OutputNekpp.cpp
where segments are embedded in either 2D or 3D space. This MR also fixes a few other issues:
- added a more robust test for testing output
- fixed issue with Tecplot output precision (with new
double
option) - added mesh statistics output
- fixed issue where vertex coordinates were being output as random memory for compressed XML format
Edited by Dave Moxey