kaipartmann / Peridynamics.jl

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

Generic halo exchange functions #73

Closed kaipartmann closed 2 months ago

kaipartmann commented 2 months ago

The current implementation of the halo functions is too limited. For the implementation of thermal models or surface correction, functions like

halo_exchange!(dh, (:position, :somefield))

would be very helpful.


kaipartmann commented 2 months ago

This is needed for #74, so it is a high priority now.