kaipartmann / Peridynamics.jl

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

Complete rewrite of the package #19

Closed kaipartmann closed 7 months ago

kaipartmann commented 7 months ago

This is the first draft of the full rewrite of the package. Currently only working is the BBMaterial with VelocityVerlet, but the other features will follow in the next weeks.

codecov[bot] commented 7 months ago

Codecov Report

Attention: 470 lines in your changes are missing coverage. Please review.

Comparison is base (759641d) 48.09% compared to head (7fd1c56) 57.70%. Report is 1 commits behind head on main.

Files Patch % Lines
src/time_solvers/solve_velocity_verlet.jl 0.00% 78 Missing :warning:
src/discretizations/body_chunk.jl 50.00% 49 Missing :warning:
src/core/threads_data_handler.jl 20.68% 46 Missing :warning:
src/time_solvers/velocity_verlet.jl 28.26% 33 Missing :warning:
src/auxiliary/io.jl 0.00% 31 Missing :warning:
src/discretizations/multibody_setup.jl 0.00% 28 Missing :warning:
src/core/submit.jl 0.00% 24 Missing :warning:
src/physics/bond_based.jl 58.18% 23 Missing :warning:
src/physics/material_parameters.jl 48.78% 21 Missing :warning:
src/discretizations/body.jl 84.74% 18 Missing :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #19 +/- ## ========================================== + Coverage 48.09% 57.70% +9.60% ========================================== Files 48 31 -17 Lines 3470 1116 -2354 ========================================== - Hits 1669 644 -1025 + Misses 1801 472 -1329 ```

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