kaipartmann / Peridynamics.jl

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

Storage type checks #129

Open kaipartmann opened 3 months ago

kaipartmann commented 3 months ago

Due to adding the CKIMaterial stuff, the type check for storages broke. As the fields are system-dependent, and the system type is currently not known in this function, we cannot check for fracture-related fields.

https://github.com/kaipartmann/Peridynamics.jl/blob/951dbbbd898021cdbfee61d25a347a9e381d9a59/src/core/storages.jl#L132-L138

This is related to #70 and #72.

Originally posted by @kaipartmann in https://github.com/kaipartmann/Peridynamics.jl/issues/118#issuecomment-2196801699