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

Add matrices #125

Merged
merged 18 commits into from
Nov 29, 2024
Merged

Add matrices #125

merged 18 commits into from
Nov 29, 2024

Conversation

agdestein
Copy link
Owner

This adds a few matrices, including

  • boundary conditions
  • divergence
  • pressuregradient
  • diffusion

The old laplacian_mat is simplified,
and time steppers for implicit diffusion can now maybe use the diffusion matrix directly.

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 86.54971% with 46 lines in your changes missing coverage. Please review.

Project coverage is 61.05%. Comparing base (48da56d) to head (d099776).
Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
src/matrices.jl 85.66% 45 Missing ⚠️
src/operators.jl 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
+ Coverage   59.39%   61.05%   +1.65%     
==========================================
  Files          30       30              
  Lines        3699     3941     +242     
==========================================
+ Hits         2197     2406     +209     
- Misses       1502     1535      +33     

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

@agdestein agdestein merged commit 10694ae into main Nov 29, 2024
4 checks passed
@agdestein agdestein deleted the matrices branch November 29, 2024 13:26
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