gridap / GridapODEs.jl

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

New api transient fe operators #63

Closed oriolcg closed 2 years ago

oriolcg commented 2 years ago

Hi @santiagobadia and @fverdugo, I finally had some time to polish the new API for the transient FE operator, as discussed in issue #52. This PR will break code that use previous versions, so I suggest that we release a new version (@0.8) after merging PR #62 and this PR.

closing #52

codecov-commenter commented 2 years ago

Codecov Report

Merging #63 (6cebe51) into master (bc58289) will increase coverage by 4.37%. The diff coverage is 82.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   73.96%   78.33%   +4.37%     
==========================================
  Files          18       19       +1     
  Lines         964     1020      +56     
==========================================
+ Hits          713      799      +86     
+ Misses        251      221      -30     
Impacted Files Coverage Δ
src/TransientFETools/TransientFETools.jl 0.00% <ø> (ø)
src/TransientFETools/TransientCellField.jl 64.28% <64.28%> (ø)
src/TransientFETools/TransientFEOperators.jl 86.85% <93.33%> (+6.85%) :arrow_up:
src/ODETools/ForwardEuler.jl 87.87% <100.00%> (+87.87%) :arrow_up:
src/TransientFETools/ODEOperatorInterfaces.jl 100.00% <100.00%> (ø)
src/ODETools/AffineThetaMethod.jl 82.92% <0.00%> (+1.21%) :arrow_up:
src/ODETools/ThetaMethod.jl 95.45% <0.00%> (+2.27%) :arrow_up:
src/TransientFETools/TransientFESpaces.jl 89.33% <0.00%> (+5.54%) :arrow_up:

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 bc58289...6cebe51. Read the comment docs.