kaipartmann / Peridynamics.jl

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

Documentation on position dependent boundary conditions #96

Open kaipartmann opened 1 month ago

kaipartmann commented 1 month ago

@mdienst Currently, no documentation about position dependent boundary conditions is found. If a function (p,t) -> ... with the argument names p and t is specified, then p is the position of each point and t the current time. Therefore, the value of the boundary condition can be specified depending on the position.

Maybe this is also worth adding a small page to the 'how-to' section.