Dam example, generalizing non-quintic kernels

This commit is contained in:
jtclemm
2024-06-03 15:04:24 -06:00
parent 8d25c510c1
commit fc0b155de9
12 changed files with 129 additions and 40 deletions

View File

@ -90,6 +90,8 @@ FixRHEO::FixRHEO(LAMMPS *lmp, int narg, char **arg) :
cut = h;
if (strcmp(arg[4], "quintic") == 0) {
kernel_style = QUINTIC;
} else if (strcmp(arg[4], "wendland/c4") == 0) {
kernel_style = WENDLANDC4;
} else if (strcmp(arg[4], "RK0") == 0) {
kernel_style = RK0;
} else if (strcmp(arg[4], "RK1") == 0) {