-
-
Notifications
You must be signed in to change notification settings - Fork 41
Burgers' equation resolved by FEM #26
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 50 50
=========================================
Hits 50 50 Continue to review full report at Codecov.
|
Some benchmark results. BenchmarkTools.Trial: 4 samples with 1 evaluation.
Range (min … max): 1.240 s … 1.312 s ┊ GC (min … max): 0.23% … 0.13%
Time (median): 1.252 s ┊ GC (median): 0.18%
Time (mean ± σ): 1.264 s ± 32.685 ms ┊ GC (mean ± σ): 0.21% ± 0.11%
█ █ █ █
█▁▁▁▁▁▁█▁▁▁█▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁█ ▁
1.24 s Histogram: frequency by time 1.31 s <
Memory estimate: 173.70 MiB, allocs estimate: 38409. |
update README and format
Codecov Report
@@ Coverage Diff @@
## main #26 +/- ##
=======================================
Coverage 95.27% 95.27%
=======================================
Files 10 10
Lines 148 148
=======================================
Hits 141 141
Misses 7 7 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@@ -27,3 +27,4 @@ end | |||
l、゙ ~ヽ | |||
じしf_, )ノ | |||
=# | |||
# Want some fish? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Want some fish? |
using Test | ||
|
||
@testset "Burgers_FEM.jl" begin | ||
# Write your tests here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any test for this?
would be nice to have a FEM full-time evolution solver for all examples |
Resolves #25