jmwjc

Results 3 comments of jmwjc

Hello, I also meet this problem, how do you fix it in the end?

@AAAWWWAA @ahojukka5 I try to install the JuliaFEM.jl in julia 1.3.0, but meet this problem during precompiling. I also change the version of [email protected], but the problem is still happen....

In the FEMBasis.jl, the AbstractBasis should be declared with "{dim}", as shown by `abstract type AbstractBasis{dim} end` but in elements_lagrange.jl: line 4, FEMBase.jl module, struct Poi1 lose this declaraion as...