Files
Jukka Aho d25405b712 test(io): exercise WriteVTK VTU export for structured meshes
Add io tests that load WriteVTK with JuliaFEM and cover stub misuse, Hex8 and
Quad4 VTU output with nodal and cell data, suffix handling, and bad topologies.

- Add test/io/runtests.jl wrapper around the VTK-focused cases
- Implement test_writevtk.jl with structured mesh grids and negative cases
2026-05-11 03:02:26 +03:00

9 lines
160 B
Julia

# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
@testset "I/O (VTK export)" begin
include("test_writevtk.jl")
end