kaipartmann / Peridynamics.jl

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

Simple macros for defining materials #71

Closed kaipartmann closed 2 months ago

kaipartmann commented 2 months ago

The macros @params, @system, @storage, @halo_read_fields, and @halo_write_fields were added to help with defining new materials.

Closes #69