KnutAM / FESolvers.jl

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

Kam/postprocessfirst #19

Closed KnutAM closed 1 year ago

KnutAM commented 1 year ago

Add call to postprocess! at the first step (before solving anything). Since it is more common than not to want the initial state postprocess, this is a more convenient default, and to not do this, users can add a simple step==1 && return nothing in the beginning of their postprocess! function.

codecov-commenter commented 1 year ago

Codecov Report

Merging #19 (7abf37d) into main (0c7e2e6) will increase coverage by 0.59%. 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      #19      +/-   ##
==========================================
+ Coverage   92.85%   93.45%   +0.59%     
==========================================
  Files           8        8              
  Lines         168      168              
==========================================
+ Hits          156      157       +1     
+ Misses         12       11       -1     
Impacted Files Coverage Δ
src/problem.jl 77.77% <ø> (ø)
src/QuasiStaticSolver.jl 100.00% <100.00%> (+4.16%) :arrow_up:

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