mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
Use global timer to measure performance
This makes syntax a little bit easier. Also, measure more accurately performance of modal solver under investigation.
This commit is contained in:
@@ -49,5 +49,3 @@ using JuliaFEM
|
||||
u3_expected = f/E*[-nu, 1] + g/(2*E)*[-nu, 1]
|
||||
@test isapprox(u3, u3_expected)
|
||||
end
|
||||
|
||||
print_statistics()
|
||||
|
||||
Reference in New Issue
Block a user