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

Statistical variables in JuliaFEM #62

Closed TeroFrondelius closed 8 years ago

TeroFrondelius commented 9 years ago

SFEM is some sort of hot topic in the academic community. I think we should make it possible to include statistical variables in out FEM solver.

ahojukka5 commented 8 years ago

This is now possible, user can define custom DiscreteField and define input to element quite freely. Input can depend from random variables, from other fields, from internet sources, from DAQ devices or basically from anything. This is is shortly described in the very end of developer's guide.

This might be interesting package: https://github.com/brian-j-smith/Mamba.jl