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

Add Pyr5 elements #93

Closed TeroFrondelius closed 7 years ago

TeroFrondelius commented 7 years ago

Hi @AndiMD It looks like you are working to add new element types to JuliaFEM. Do you need help? I hope you are planning to make a pull request and getting it merged to the master, when it's ready. Also the pull request is really create tool to review the code and give some pointers.

ahojukka5 commented 7 years ago

By the way, when looking sources, looks that we are lacking support for pyramids, quadratic wedge and 14 node tetra: https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/test/test_preprocess_aster_reader.jl#L140

AndiMD commented 7 years ago

Hi @TeroFrondelius , @ahojukka5

Thanks for offering support. I'm just getting started with Julia and Git in my spare time, so I cannot tell you if/when anything useful will come out of this. If it does, I'd be happy to share it.

ahojukka5 commented 7 years ago

I think this can be closed now.