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

Make JuliaFEM to use Analysis type from FEMBase #187

Closed ahojukka5 closed 6 years ago

ahojukka5 commented 6 years ago

Analysis is basically doing same than Solver before, but has a slighly simpler structure and is more general.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-3.4%) to 81.403% when pulling 3d7b04cd159254eb1469d0b37af6d7876d8c04ff on feature/solver into d7bef419ed4946671f53fab17a4e532ce021cf93 on master.