UM-PEPL / HallThruster.jl

An open-source fluid Hall thruster code
Other
16 stars 9 forks source link

Allow ctrl-c interrupts #110

Closed archermarx closed 7 months ago

archermarx commented 7 months ago

Fixes #108 by inserting a yield() once per iteration. No noticeable performance impact.

@DecBrick

codecov-commenter commented 7 months ago

Codecov Report

Merging #110 (d9ada9a) into main (35536f3) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   87.48%   87.48%           
=======================================
  Files          35       35           
  Lines        2005     2006    +1     
=======================================
+ Hits         1754     1755    +1     
  Misses        251      251           
Files Coverage Δ
src/HallThruster.jl 100.00% <ø> (ø)
src/simulation/update_electrons.jl 80.46% <100.00%> (+0.15%) :arrow_up:

Continue to review full report in Codecov by Sentry.

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