Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dt adaptation #15

Merged
merged 8 commits into from
Oct 19, 2021
Merged

dt adaptation #15

merged 8 commits into from
Oct 19, 2021

Conversation

mateuszbaran
Copy link
Member

Some algorithms with adaptive dt. For a start, CG2(3).

src/frozen_solvers.jl Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 14, 2021

Codecov Report

Merging #15 (88660b5) into main (8d13d5d) will increase coverage by 2.56%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   93.33%   95.89%   +2.56%     
==========================================
  Files           7        8       +1     
  Lines         210      341     +131     
==========================================
+ Hits          196      327     +131     
  Misses         14       14              
Impacted Files Coverage Δ
src/ManifoldDiffEq.jl 100.00% <ø> (ø)
src/operators.jl 100.00% <ø> (ø)
src/error_estimation.jl 100.00% <100.00%> (ø)
src/frozen_solvers.jl 100.00% <100.00%> (ø)
src/problems.jl 66.66% <100.00%> (+6.66%) ⬆️

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 8d13d5d...88660b5. Read the comment docs.

@mateuszbaran mateuszbaran added the preview docs Add this label if you want to see a PR-preview of the documentation label Oct 15, 2021
Copy link
Member

@kellertuer kellertuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentations I asked for are there, the tests run fine – this is good :)

@mateuszbaran mateuszbaran merged commit f6acfd3 into main Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview docs Add this label if you want to see a PR-preview of the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants