JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
249 stars 66 forks source link

Add nodes and elements when id is defined using unsigned integer #236

Open ahojukka5 opened 4 years ago

ahojukka5 commented 4 years ago

MethodError: no method matching add_node!(::Mesh, ::UInt64, ::Array{Float64,1}) Closest candidates are: add_node!(::Mesh, !Matched::Int64, ::Array{Float64,1}) at /home/jukka/repositories/JuliaFEM/src/preprocess.jl:64

I guess the automatic conversion should work, but nid is defined as Int64, maybe Integer would be better?