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.
Coverage increased (+0.3%) to 91.643% when pulling 127036b33516dc5ec34d6a546b4edbd8b1451ebe on fix/single_element_assembly_function into b1cf7eacb996938deea0baf640f906b01e5aa572 on master.
Now assemble! takes a vector of elements as input. This makes it possible to preallocate memory for common matrices making code super fast.