NeuralOperators.jl icon indicating copy to clipboard operation
NeuralOperators.jl copied to clipboard

Burgers' equation resolved by FEM

Open yuehhua opened this issue 4 years ago • 4 comments

Resolves #25

yuehhua avatar Nov 24 '21 15:11 yuehhua

Codecov Report

Merging #26 (61e9ca4) into master (ad6b55e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ad6b55e...61e9ca4. Read the comment docs.

codecov-commenter avatar Nov 24 '21 15:11 codecov-commenter

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.

yuehhua avatar Nov 25 '21 15:11 yuehhua

Codecov Report

Merging #26 (5e289dd) into main (63f0c58) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files          10       10           
  Lines         148      148           
=======================================
  Hits          141      141           
  Misses          7        7           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

codecov[bot] avatar Jul 17 '22 07:07 codecov[bot]

would be nice to have a FEM full-time evolution solver for all examples

KirillZubov avatar Aug 30 '22 10:08 KirillZubov