lanl / vpic

Vector Particle-In-Cell (VPIC) Project
Other
152 stars 76 forks source link

Add an error when mixing collision weights #139

Closed rfbird closed 3 years ago

rfbird commented 3 years ago

add code to check if TA collisions have different weights

Fixes #137

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (devel@5dae5b3). Click here to learn what that means. The diff coverage is 81.43%.

Impacted file tree graph

@@           Coverage Diff            @@
##             devel     #139   +/-   ##
========================================
  Coverage         ?   80.54%           
========================================
  Files            ?      123           
  Lines            ?     8543           
  Branches         ?     1437           
========================================
  Hits             ?     6881           
  Misses           ?     1030           
  Partials         ?      632           
Impacted Files Coverage Δ
src/boundary/boundary.cc 7.14% <ø> (ø)
src/collision/collision.cc 56.41% <ø> (ø)
src/emitter/emitter.cc 2.00% <ø> (ø)
src/field_advance/field_advance.cc 95.00% <ø> (ø)
src/field_advance/standard/clean_div_e.cc 50.00% <ø> (ø)
src/field_advance/standard/compute_div_e_err.cc 50.00% <ø> (ø)
src/field_advance/standard/compute_rhob.cc 50.00% <ø> (ø)
...rc/field_advance/standard/compute_rms_div_b_err.cc 60.00% <ø> (ø)
...rc/field_advance/standard/compute_rms_div_e_err.cc 60.00% <ø> (ø)
src/field_advance/standard/energy_f.cc 50.00% <ø> (ø)
... and 85 more

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 5dae5b3...48ec1ab. Read the comment docs.