KnutAM / FESolvers.jl

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

Adaptive time stepping #1

Closed KnutAM closed 1 year ago

KnutAM commented 2 years ago

Adaptive time stepping.

TODO before merging

codecov-commenter commented 2 years ago

Codecov Report

Merging #1 (cb1dfcb) into main (3fe75f0) will increase coverage by 4.34%. The diff coverage is 85.29%.

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
+ Coverage   80.00%   84.34%   +4.34%     
==========================================
  Files           4        6       +2     
  Lines          60      115      +55     
==========================================
+ Hits           48       97      +49     
- Misses         12       18       +6     
Impacted Files Coverage Δ
src/userfunctions.jl 0.00% <0.00%> (ø)
src/FerriteSolvers.jl 85.71% <75.00%> (-3.18%) :arrow_down:
src/utils.jl 75.00% <75.00%> (ø)
src/nlsolvers.jl 79.41% <81.25%> (-0.59%) :arrow_down:
src/timesteppers.jl 88.67% <90.69%> (+28.67%) :arrow_up:

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

KnutAM commented 1 year ago

Closing as included in #7