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
252 stars 66 forks source link

[bugfix] maximum dimension problem is miscalculated #91

Closed ahojukka5 closed 7 years ago

ahojukka5 commented 7 years ago

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.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.388% when pulling 87874cd5705e46d54ab40bf15cdd76926a8883a5 on bug/solution_vector_dimension into bb06b151cb7aa73797e840562ebe09e55bf112d3 on master.