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

New function group_by_element_type #166

Closed ahojukka5 closed 7 years ago

ahojukka5 commented 7 years ago

Function groups a list of elements to several lists, where each list contains elements of particular type.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 91.475% when pulling c8c53e3a8703e21b839f34ec533fc8ebf490e014 on feature/group_elements_by_element_type into 115b62193800985f948778578ad0060aa948e4c9 on master.