polymec / polymec-dev

The development "branch" of the polymec HPC libraries.
Mozilla Public License 2.0
2 stars 2 forks source link

Implemented field aggregation/reduction #337

Closed pbtoast closed 5 years ago

pbtoast commented 5 years ago

Fixes #336

codecov[bot] commented 5 years ago

Codecov Report

Merging #337 into master will decrease coverage by 0.79%. The diff coverage is 43.89%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #337     +/-   ##
=========================================
- Coverage   79.96%   79.17%   -0.8%     
=========================================
  Files         245      243      -2     
  Lines       37164    37242     +78     
=========================================
- Hits        29717    29485    -232     
- Misses       7447     7757    +310
Impacted Files Coverage Δ
core/exchanger.h 100% <ø> (ø) :arrow_up:
core/hash_functions.h 100% <ø> (ø) :arrow_up:
model/probe.h 0% <ø> (ø) :arrow_up:
geometry/colmesh_field.h 100% <ø> (ø) :arrow_up:
core/comparators.h 85.71% <ø> (ø) :arrow_up:
geometry/polymesh.h 90.9% <ø> (ø) :arrow_up:
geometry/polymesh_field.c 51.66% <0%> (-0.88%) :arrow_down:
geometry/tests/test_create_rectilinear_polymesh.c 26.58% <0%> (ø) :arrow_up:
geometry/colmesh_field.c 82.84% <0%> (-3.05%) :arrow_down:
model/probe_stream_on_acquire.c 85.41% <0%> (+17.08%) :arrow_up:
... and 16 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 dc35791...f5521e1. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #337 into master will decrease coverage by 0.79%. The diff coverage is 43.89%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #337     +/-   ##
=========================================
- Coverage   79.96%   79.17%   -0.8%     
=========================================
  Files         245      243      -2     
  Lines       37164    37242     +78     
=========================================
- Hits        29717    29485    -232     
- Misses       7447     7757    +310
Impacted Files Coverage Δ
core/exchanger.h 100% <ø> (ø) :arrow_up:
core/hash_functions.h 100% <ø> (ø) :arrow_up:
model/probe.h 0% <ø> (ø) :arrow_up:
geometry/colmesh_field.h 100% <ø> (ø) :arrow_up:
core/comparators.h 85.71% <ø> (ø) :arrow_up:
geometry/polymesh.h 90.9% <ø> (ø) :arrow_up:
geometry/polymesh_field.c 51.66% <0%> (-0.88%) :arrow_down:
geometry/tests/test_create_rectilinear_polymesh.c 26.58% <0%> (ø) :arrow_up:
geometry/colmesh_field.c 82.84% <0%> (-3.05%) :arrow_down:
model/probe_stream_on_acquire.c 85.41% <0%> (+17.08%) :arrow_up:
... and 16 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 dc35791...f5521e1. Read the comment docs.