kaipartmann / Peridynamics.jl

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

Reader for VTK-files #10

Closed kaipartmann closed 1 year ago

kaipartmann commented 1 year ago

Added the read_vtk-function to read the results contained in the .vtu-files that are exported during simulation.

Further changes:

codecov[bot] commented 1 year ago

Codecov Report

Base: 85.76% // Head: 85.53% // Decreases project coverage by -0.22% :warning:

Coverage data is based on head (13d9644) compared to base (c578f45). Patch coverage: 84.33% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10 +/- ## ========================================== - Coverage 85.76% 85.53% -0.23% ========================================== Files 4 5 +1 Lines 822 892 +70 ========================================== + Hits 705 763 +58 - Misses 117 129 +12 ``` | [Impacted Files](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/AbaqusMeshConverter.jl](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL0FiYXF1c01lc2hDb252ZXJ0ZXIuamw=) | `98.36% <ø> (ø)` | | | [src/bond\_based.jl](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2JvbmRfYmFzZWQuamw=) | `97.56% <ø> (ø)` | | | [src/peridynamics\_base.jl](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3BlcmlkeW5hbWljc19iYXNlLmps) | `79.88% <66.66%> (ø)` | | | [src/VtkReader.jl](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1Z0a1JlYWRlci5qbA==) | `84.61% <84.61%> (ø)` | | | [src/contact\_base.jl](https://codecov.io/gh/kfrb/Peridynamics.jl/pull/10/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2NvbnRhY3RfYmFzZS5qbA==) | `93.50% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.