gridap / GridapODEs.jl

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

Update to gridap 0.17 #58

Closed oriolcg closed 2 years ago

oriolcg commented 2 years ago

This PR contains changes required for Gridap@0.17. In order for all the tests to pass, PR gridap/Gridap.jl#692 needs to be released.

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (5842f23) into master (0bbda57) will not change coverage. The diff coverage is 80.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   74.04%   74.04%           
=======================================
  Files          19       19           
  Lines         967      967           
=======================================
  Hits          716      716           
  Misses        251      251           
Impacted Files Coverage Δ
src/ODETools/ForwardEuler.jl 0.00% <0.00%> (ø)
src/ODETools/RungeKutta.jl 0.00% <0.00%> (ø)
src/ODETools/AffineThetaMethod.jl 81.70% <66.66%> (ø)
src/DiffEqsWrappers/DiffEqsWrappers.jl 100.00% <100.00%> (ø)
src/ODETools/AffineNewmark.jl 100.00% <100.00%> (ø)
src/ODETools/ConstantMatrixNewmark.jl 87.50% <100.00%> (ø)
src/ODETools/ConstantNewmark.jl 96.20% <100.00%> (ø)
src/ODETools/Newmark.jl 91.66% <100.00%> (ø)
src/ODETools/ThetaMethod.jl 93.18% <100.00%> (ø)

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 0bbda57...5842f23. Read the comment docs.