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.
We need to refactor and write new unit tests so that we get 100 % code coverage. It may be hard to achieve exactly 100 % but I think we can get relatively close with not so much effort. We also should restructure tests so that if we have e.g. fields.jl, then we have test_fields.jl where unit tests for fields.jl lives. Any opinions..?
We need to refactor and write new unit tests so that we get 100 % code coverage. It may be hard to achieve exactly 100 % but I think we can get relatively close with not so much effort. We also should restructure tests so that if we have e.g.
fields.jl
, then we havetest_fields.jl
where unit tests forfields.jl
lives. Any opinions..?