Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add capability to not perform reinterpolation (#57)
* add flags and capability to convert the raw solution data into vtu format * simplify how raw data is copied * working version across all mesh types * rearrange to fix setting incorrect nvisnodes * add tests using ReadVTK instead of comparing hashes * for now add the reference files to this repo. possibly change * remove reference files from repo * update all 2d tests. pass locally * update the testing functions * remove unnecessary code * remove extra space * adjust default setting for the mesh visualization * new battery of 3D tests. All pass locally * update 2D tests to grab files from Trixi2Vtk_reference_files repo * add a delete of the local reference files folder * ignore the reference_files folder * update 3D tests to grab files from Trixi2Vtk_reference_files repo * remove unused dependency * introduce new testing functions and ability to grab reference files from external repo * forgot to update a docstring * remove need for artifacts folder * reorganize new tests and clarify filenames. * fix broken file paths for Windows system * reinstate that test files are stored in an artifacts folder for debugging testing * adjust testing to avoid problematic terms from ReadVTK * for now comment out vti stuff to get an idea of code coverage * add workaround to get Windows tests to pass * add additional manual tests * workaorund to not save artifacts on Windows runners. Hopefully addresses memory issues * fix broken test due to Windows globbing. Artifacts folder isn't the problem * Change such that Windows only runs the TreeMesh tests * no longer need to load test_skip command * put VTI output routines back in * add error message if output format and mesh type are incompatible * update test reference files tag and add new VTI tests * typo fix * remove unnecessary comments * improve logic for format and mesh check * remove empty nodeset declaration * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * add missing header tests to cell data function * adjust node_set creation and revert function to set the n_visnodes for the mesh conversion * VTI format check only applies to TreeMesh{2} * make sure that node_set is always the same type * name change compare_cell_info -> compare_cell_data * name change compare_point_info -> compare_point_data * remove unnecessary spaces * remove unnecessary spaces Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
- Loading branch information