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

Structuring the src folder #70

Closed TeroFrondelius closed 7 years ago

TeroFrondelius commented 8 years ago

Proposal let's use prefix instead of sub-folders in src. For example:

ahojukka5 commented 8 years ago

We also need to discuss about core structure. We could split it into several submodules.

TeroFrondelius commented 7 years ago

I will take this up again. Like talked earlier we should consider the whole package structure before the next minor release.

ahojukka5 commented 7 years ago

Looks that we did go to smaller packages which are then imported to main package. Pre and postprocessors are going to own packages, AbaqusReader.jl and AsterReader.jl are already done, Xdmf still to come.