JuliaFEM / FEMBase.jl

JuliaFEM base package (core functionality)
http://juliafem.org/
MIT License
16 stars 9 forks source link

Implement Analysis #13

Closed ahojukka5 closed 6 years ago

ahojukka5 commented 6 years ago

Known as Solver in JuliaFEM.jl. By name change we clearly separate what types are actually solving something, like LinearSystemSolver. In the other hand, Analysis can also perform other operations, not only run some Newton iterations as default.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.5%) to 99.121% when pulling 8839a273a5f97ea9a9c92fb93070656a9d3d7e0c on feature/solver into 5be44dd029fb35ff86b0e8387f25e5aae6695257 on master.