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
250 stars 66 forks source link

Improve performance of mass matrix assembly #172

Closed ahojukka5 closed 7 years ago

ahojukka5 commented 7 years ago

Avoid unnecessary memory allocations.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.08%) to 91.85% when pulling bf41cb9e4e088a72ea8659b0f86347e277ab8554 on performance/mass_matrix into 2c08efe4bbbe23e4aaf736ebb78e1235c28fa73d on master.