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

improve performance in elasticity #224

Closed KristofferC closed 5 years ago

KristofferC commented 5 years ago

Before in a decently large assembly:

13.035282 seconds (37.65 M allocations: 1.852 GiB, 11.18% gc time)

After

 10.774839 seconds (28.51 M allocations: 1.716 GiB, 6.78% gc time)