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.
Maximum dimension of problem was determined nnodesdim while the correct way is max_node_iddim. This was causing bugs when node ids is not starting from 1. I merge this myself right away if tests pass.
Coverage remained the same at 90.388% when pulling 87874cd5705e46d54ab40bf15cdd76926a8883a5 on bug/solution_vector_dimension into bb06b151cb7aa73797e840562ebe09e55bf112d3 on master.
Maximum dimension of problem was determined nnodesdim while the correct way is max_node_iddim. This was causing bugs when node ids is not starting from 1. I merge this myself right away if tests pass.