kaipartmann / Peridynamics.jl

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

Storages #131

Open kaipartmann opened 6 days ago

kaipartmann commented 6 days ago

The current concept of storages has room for improvement. Each pair of material and solver has its storage in the current state. It could be easier to define new materials if only one storage type exists for each material. In this storage, all fields required for all solvers have to exist, and if a different solver is used, they may be empty arrays.