KnutAM / FESolvers.jl

Solvers for Ferrite.jl problems
https://knutam.github.io/FESolvers.jl/dev
MIT License
3 stars 0 forks source link

Avoid early exit when last step not converging #23

Closed KnutAM closed 1 year ago

KnutAM commented 1 year ago

Solves #21 and in the process found a bug that if the last step didn't converge when attempting the last time step, the time loop would still exit even if not converged. This is now fixed and tested for.

codecov-commenter commented 1 year ago

Codecov Report

Merging #23 (89c6c6b) into main (233f247) will increase coverage by 1.82%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   93.29%   95.12%   +1.82%     
==========================================
  Files           7        7              
  Lines         164      164              
==========================================
+ Hits          153      156       +3     
+ Misses         11        8       -3     
Impacted Files Coverage Δ
src/QuasiStaticSolver.jl 100.00% <100.00%> (+4.16%) :arrow_up:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more