mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-19 19:53:51 +00:00
all tests pass now
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
using JuliaFEM.Test
|
||||
|
||||
using JuliaFEM.Core: find_dofs_by_nodes, find_nodes_by_dofs
|
||||
|
||||
#=
|
||||
@testset "find dofs given a set of nodes" begin
|
||||
nodes = [1, 3]
|
||||
dim = 3
|
||||
@@ -24,4 +23,4 @@ end
|
||||
@test nodes == [1, 6]
|
||||
|
||||
end
|
||||
|
||||
=#
|
||||
|
||||
Reference in New Issue
Block a user