mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-09 12:42:19 +00:00
no id in constructor
This commit is contained in:
@@ -5,7 +5,7 @@ using JuliaFEM
|
||||
using JuliaFEM.Testing
|
||||
|
||||
@testset "dict field" begin
|
||||
el = Element(Seg2, 1, [1, 2])
|
||||
el = Element(Seg2, [1, 2])
|
||||
X = Dict{Int64, Vector{Float64}}(1 => [0.0, 0.0], 2 => [1.0, 0.0], 3 => [0.5, 0.5])
|
||||
f = Field(X)
|
||||
debug("field = $f")
|
||||
|
||||
Reference in New Issue
Block a user