polymec / polymec-dev

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

Implemented cell-centered colmesh_field exchanges. #328

Closed pbtoast closed 5 years ago

pbtoast commented 5 years ago

Also fixed bugs, cleaned up code, and bumped third-party libraries.

Fixes #312

codecov[bot] commented 5 years ago

Codecov Report

Merging #328 into master will increase coverage by 1.5%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #328     +/-   ##
=========================================
+ Coverage   77.18%   78.68%   +1.5%     
=========================================
  Files         243      244      +1     
  Lines       36718    36812     +94     
=========================================
+ Hits        28339    28964    +625     
+ Misses       8379     7848    -531
Impacted Files Coverage Δ
geometry/colmesh.h 73.91% <0%> (-11.81%) :arrow_down:
core/unordered_map.h 100% <0%> (ø) :arrow_up:
geometry/tests/test_colmesh.c 100% <0%> (ø) :arrow_up:
geometry/polymesh_node_exchangers.c 97.27% <0%> (ø) :arrow_up:
geometry/tests/test_colmesh_field.c 96.2% <0%> (ø)
geometry/lua_geometry.c 72.47% <0%> (+0.01%) :arrow_up:
core/partitioning.c 81.18% <0%> (+0.07%) :arrow_up:
core/serializer.c 45.29% <0%> (+3.58%) :arrow_up:
core/exchanger.c 87.95% <0%> (+6.1%) :arrow_up:
core/slist.h 100% <0%> (+20%) :arrow_up:
... and 5 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 1220546...c72ded0. Read the comment docs.