WENO Improved I/O
WENO Improve I/O and Data Structures
Summary
Use a custom List3D object instead of nested lists List<List<List<Type>>>
for storing the volume integrals.
Improve I/O of the WENOBase class and testing
Issues
- Create own List3D object as discussed in #11
- Tested usage of a BLAS backend library for Blaze, see #10
Change Log:
- Add test cases for WENOBase I/O and regression tests for geometryWENO functions
- Clean up WENOCoeff::getWENOPol() function
- Create List3D class
- WENOBase I/O writes out all fields. IntBasTrans and refFacAr fields are now read in and
not generated. Consistency with parallel runs, as otherwise globalMesh would be required.