Kai Partmann
Kai Partmann
The influence function is currently hardcoded. It could be nice for users to customize them.
A tracker for all documentation related tasks: - [ ] #35 - [ ] #37 - [x] #39 - [x] #40 - [ ] #41 - [ ] #44 -...
@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...
Currently, a point cloud is assumed to be arbitrary distributed in space. However, if it could be guaranteed that it is uniformly distributed with a known point spacing, this would...
A tracker for anything that needs to be implemented or changed in the code base for `v0.3.0`: - [ ] #55 - [ ] #53 - [ ] #43 -...
The surface correction for `OSBMaterial` currently only calculates the correct value if `nu = 0.25`. See https://github.com/kaipartmann/Peridynamics.jl/issues/32#issuecomment-2080337277 for further details.
@mdienst Add documentation regarding the energy based surface correction to the materials `BBMaterial`, and `OSBMaterial`. Users now can use surface correction with these materials (added in #91, described in #74)....
Maybe we should consider to add volume and surface correction, as discussed in #32.
Automate the creation of `point_data_field` functions with the help of maybe the `req_storage_fields_*` functions.
Created as a follow-up of #69, the definition of material models can be further enhanced by macros for defining material parameters and storages.