KnutAM / FESolvers.jl

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

Interface rework #27

Closed KnutAM closed 5 months ago

KnutAM commented 1 year ago

Mostly internal to allow easier hacking and extensions. Closes #26; Closes #18

codecov-commenter commented 1 year ago

Codecov Report

Merging #27 (319f396) into main (c703bf6) will decrease coverage by 8.55%. The diff coverage is 81.46%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   96.26%   87.71%   -8.55%     
==========================================
  Files          11       14       +3     
  Lines         268      342      +74     
==========================================
+ Hits          258      300      +42     
- Misses         10       42      +32     
Impacted Files Coverage Δ
src/FESolvers.jl 100.00% <ø> (ø)
src/nlsolvers/NestedSolver.jl 0.00% <0.00%> (ø)
src/problem.jl 75.00% <0.00%> (-13.89%) :arrow_down:
src/Convergence.jl 66.66% <66.66%> (ø)
src/nlsolvers.jl 85.88% <85.07%> (-2.00%) :arrow_down:
src/FESolver.jl 100.00% <100.00%> (ø)
src/QuasiStaticSolver.jl 95.23% <100.00%> (-0.60%) :arrow_down:
src/nlsolvers/AdaptiveNewton.jl 98.03% <100.00%> (+1.54%) :arrow_up:
src/nlsolvers/LinearProblemSolver.jl 100.00% <100.00%> (ø)
src/nlsolvers/Newton.jl 100.00% <100.00%> (+4.54%) :arrow_up:
... and 2 more

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