Kai Partmann
Kai Partmann
# Draft: ```julia abstract type AbstractDiscretization end struct PointCloud
Hello @vavrines, Thank you for reaching out! I am very interested in implementing this into `Peridynamics.jl`. Your code is very well structured and comfortable to read, so implementing it using...
@vavrines, this sounds like a good plan! I recently talked with the developers of [`TrixiParticles.jl`](https://github.com/trixi-framework/TrixiParticles.jl). Maybe their repo is also worth looking for you. Using your example, I hacked something...
@vavrines I will introduce changes to the main branch in a few minutes that will break the provided code. Therefore, I created a branch `thermal_coupling` that works as described with...
Hello @ShiWeiHuH! I am happy that the example benefits you! :) > 1. I encountered a bug when trying out the “bb_thermal_coupling_model.jl” script. It prompted an UndefVarError: discretization_type not defined...
Hi @ShiWeiHuH, Thank you for your updates in the init.jl file. I think I can now better understand what the fictitious layers do. I hope to get some time in...
Hi @ShiWeiHuH, Thank you very much for providing your code! First, I'm sorry about the bug with the `get_git_info()` function. It has already been solved in the main branch. I...
@ShiWeiHuH thank you for taking the time to review the code. Your assistance is greatly appreciated! I wanted to do what you suggested but needed #73 solved for that. A...
@ShiWeiHuH @vavrines I have a question regarding your surface correction factors. In your code, you used: ```julia 0.6 * 1e-6 * mpm.E ``` How did you derive these analytical strain...
Hi @ShiWeiHuH, Thank you very much for your detailed description! I added an issue (#94) because the `OSBMaterial` allows for the use of arbitrary Poisson's ratios. ### On the parallelism:...