lot of new tests, echangement of modal solver, eigenvalue analysis with mesh tie

This commit is contained in:
Jukka Aho
2016-07-27 18:12:24 +03:00
parent fbcc1912d8
commit 67ace8acdc
21 changed files with 717 additions and 35 deletions
+9
View File
@@ -147,3 +147,12 @@ end
# @test isapprox(calculate_volume("PYRAMID_PYRAMID13_1", :Pyramid13, ?))
end
@testset "get nodal field from aster file" begin
fn = Pkg.dir("JuliaFEM") * "/test/testdata/rings.rmed"
medfile = JuliaFEM.Preprocess.RMEDFile(fn)
temp = JuliaFEM.Preprocess.aster_read_data(medfile, "TEMP")
info("temp = $temp")
# more like functional testing, results are what they are,
# we're happy to just have some results
@test true
end