kaipartmann / Peridynamics.jl

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

Type parameters of `BodyChunk` and data handlers #79

Closed kaipartmann closed 2 months ago

kaipartmann commented 2 months ago

Make the type parameters consistent so new methods can use dispatch.

Use System, Material, Params, Storage as the first type parameters for BodyChunk and the data handlers.

kaipartmann commented 2 months ago

77 needs to be fixed to work on this effectively.