Commit Graph

4 Commits

Author SHA1 Message Date
Jukka Aho 9f76c432c6 test(io): add Gmsh ASCII reader regression 2026-05-09 18:38:59 +03:00
Jukka Aho a5d2b411d3 test(io): add IO topic runner 2026-05-09 18:38:59 +03:00
Jukka Aho e91df0db49 chore(test): delete IO postprocess regression
Remove retired postprocessing tests tied to legacy IO.

- Drop `test/io/test_postprocess.jl`.
2026-05-09 18:26:58 +03:00
Jukka Aho 72cb112ffe test(io): add postprocessing test
New 23-line test file for postprocessing functionality:
- Tests field interpolation from elements
- Tests temperature field interpolation on 1D segment elements
- Tests interpolation at various points including boundaries
- Tests NaN handling for points outside domain

Simple test validating postprocessing interpolation works correctly.
2025-12-15 08:19:07 +02:00