mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-06 04:21:33 +00:00
d25405b712
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
9 lines
160 B
Julia
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
|