kaipartmann / Peridynamics.jl

A Julia package for parallel peridynamics simulations
https://kaipartmann.github.io/Peridynamics.jl/
MIT License
43 stars 8 forks source link

Energy based surface correction #91

Closed kaipartmann closed 5 months ago

kaipartmann commented 5 months ago

Added energy based surface correction, as described in #74

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 88.22%. Comparing base (122ead4) to head (90189ba).

Files Patch % Lines
src/core/mpi_data_handler.jl 55.55% 24 Missing :warning:
src/core/threads_data_handler.jl 58.82% 7 Missing :warning:
src/discretization/bond_system.jl 69.23% 4 Missing :warning:
src/discretization/bond_system_corrections.jl 97.87% 2 Missing :warning:
src/core/storages.jl 75.00% 1 Missing :warning:
src/core/systems.jl 0.00% 1 Missing :warning:
src/physics/correspondence.jl 96.77% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================== - Coverage 88.48% 88.22% -0.27% ========================================== Files 40 41 +1 Lines 2241 2394 +153 ========================================== + Hits 1983 2112 +129 - Misses 258 282 +24 ```

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

kaipartmann commented 5 months ago

The validation shows that everything is working correctly: https://github.com/kaipartmann/Peridynamics.jl/issues/74#issuecomment-2078881608