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

Simple linear static example to be shown in SMP18 #212

Closed TeroFrondelius closed 6 years ago

TeroFrondelius commented 6 years ago

Please comment. It would be good to have easy to understand basic examples. I prepared this to Suomen Mekaniikkapäivät 2018 sponsor talk slot (5min).

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 77.727% when pulling 8e59e17686c8cf5510eefd14b557d8559d5715a4 on linear_static_example into e3035002e048dc515e7663b1466141869f6e8e45 on master.

TeroFrondelius commented 6 years ago

@maikkirapo and @vjamsa it would be helpful to get some feedback.

vjamsa commented 6 years ago

I didnt try to run the example, but it looks good. I liked the part where you told that JuliaFEM inputs are normal Julia scripts and user can define own functions to get things done. I might mention that briefly in my presentation aswell.

ahojukka5 commented 6 years ago

We definitely should have in our CI some kind of check that examples are working. Now they can break without any notifications.

ahojukka5 commented 6 years ago

It's good idea to squash the commits before merging to keep version history clean.