KnutAM / FESolvers.jl

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

Δa and iteration count in convergence criterion + make calculate_update! mutating #12

Closed KnutAM closed 1 year ago

KnutAM commented 1 year ago

Adds Δa and iteration number to check_convergence_criterion and calculate_convergence_measure. Additionally (to support this and because good in general), makes calculate_update!(Δa, problem, nlsolver, iter) mutating

codecov-commenter commented 1 year ago

Codecov Report

Merging #12 (1b09cff) into main (2282257) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   94.52%   94.52%           
=======================================
  Files           8        8           
  Lines         146      146           
=======================================
  Hits          138      138           
  Misses          8        8           
Impacted Files Coverage Δ
src/nlsolvers.jl 97.29% <100.00%> (ø)
src/userfunctions.jl 85.71% <100.00%> (ø)

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