gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

Removed TransientFESolver #59

Closed oriolcg closed 2 years ago

oriolcg commented 2 years ago

This is a PR that eliminates the TransientFESolver, in line with Gridap PR gridap/Gridap.jl#705. The changes of this PR are not backward compatible, so there should be a new release after the merge. Probably, it makes sense to wait for the merge until the next breaking release of Gridap, as discussed in gridap/Gridap.jl#706.

codecov-commenter commented 2 years ago

Codecov Report

Merging #59 (0d38d3c) into master (710f76f) will decrease coverage by 0.08%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   74.04%   73.96%   -0.09%     
==========================================
  Files          19       18       -1     
  Lines         967      964       -3     
==========================================
- Hits          716      713       -3     
  Misses        251      251              
Impacted Files Coverage Δ
src/TransientFETools/TransientFETools.jl 0.00% <ø> (ø)
src/TransientFETools/TransientFESolutions.jl 93.61% <77.77%> (-4.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 710f76f...0d38d3c. Read the comment docs.