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

Templates for specific problems #47

Merged
merged 42 commits into from
Sep 15, 2023
Merged

Templates for specific problems #47

merged 42 commits into from
Sep 15, 2023

Conversation

DanielVandH
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Patch coverage: 86.55% and project coverage change: +1.01% 🎉

Comparison is base (9a426f7) 91.96% compared to head (27c300e) 92.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   91.96%   92.98%   +1.01%     
==========================================
  Files          14       20       +6     
  Lines         772      998     +226     
==========================================
+ Hits          710      928     +218     
- Misses         62       70       +8     
Files Changed Coverage Δ
src/utils.jl 68.42% <50.00%> (-31.58%) ⬇️
src/specific_problems/diffusion_equation.jl 75.00% <75.00%> (ø)
src/specific_problems/laplaces_equation.jl 81.25% <81.25%> (ø)
...ic_problems/linear_reaction_diffusion_equations.jl 82.14% <82.14%> (ø)
src/specific_problems/poissons_equation.jl 82.35% <82.35%> (ø)
src/specific_problems/abstract_templates.jl 83.83% <83.83%> (ø)
src/specific_problems/mean_exit_time.jl 86.95% <86.95%> (ø)
src/FiniteVolumeMethod.jl 96.82% <100.00%> (ø)
src/conditions.jl 99.16% <100.00%> (+15.68%) ⬆️
src/equations/boundary_edge_contributions.jl 98.36% <100.00%> (ø)
... and 7 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DanielVandH DanielVandH reopened this Sep 14, 2023
@DanielVandH DanielVandH changed the title Templates for specific problems, and add option to split ODE into flux/source components Templates for specific problems Sep 14, 2023
@DanielVandH DanielVandH marked this pull request as ready for review September 14, 2023 12:22
@DanielVandH DanielVandH reopened this Sep 14, 2023
@DanielVandH DanielVandH merged commit 43034f9 into main Sep 15, 2023
5 of 6 checks passed
@DanielVandH DanielVandH deleted the linearex branch September 15, 2023 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant