ludwig-cf / ludwig

A lattice Boltzmann code for complex fluids
https://ludwig.epcc.ed.ac.uk
Other
52 stars 35 forks source link

Feature 293 amd #295

Closed kevinstratford closed 6 months ago

kevinstratford commented 6 months ago

Refactor to remove __device__ memory at file scope.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 17.44792% with 1268 lines in your changes are missing coverage. Please review.

Project coverage is 31.25%. Comparing base (eb6c5fa) to head (ce5132b).

Files Patch % Lines
src/advection.c 10.77% 149 Missing :warning:
src/phi_force_colloid.c 0.00% 125 Missing :warning:
src/phi_cahn_hilliard.c 33.76% 102 Missing :warning:
src/phi_grad_mu.c 0.00% 99 Missing :warning:
src/blue_phase_beris_edwards.c 1.25% 79 Missing :warning:
src/util_ellipsoid.h 0.00% 60 Missing :warning:
src/advection_bcs.c 0.00% 55 Missing :warning:
src/hydro.c 0.00% 54 Missing :warning:
src/collision.c 0.00% 53 Missing :warning:
src/cahn_hilliard_stats.c 0.00% 51 Missing :warning:
... and 23 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #295 +/- ## =========================================== - Coverage 31.38% 31.25% -0.14% =========================================== Files 184 189 +5 Lines 35069 34709 -360 Branches 901 882 -19 =========================================== - Hits 11007 10847 -160 + Misses 23879 23682 -197 + Partials 183 180 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.