Home
last modified time | relevance | path

Searched refs:dihedral_type (Results 1 – 25 of 51) sorted by relevance

123

/dports/science/lammps/lammps-stable_29Sep2021/src/MOLECULE/
H A Datom_vec_molecular.cpp104 dihedral_type = atom->dihedral_type; in grow_pointers()
161 if (dihedral_type[ilocal][m] < 0) { in pack_restart_pre()
163 dihedral_type[ilocal][m] = -dihedral_type[ilocal][m]; in pack_restart_pre()
199 dihedral_type[ilocal][m] = -dihedral_type[ilocal][m]; in pack_restart_post()
H A Datom_vec_full.cpp104 dihedral_type = atom->dihedral_type; in grow_pointers()
161 if (dihedral_type[ilocal][m] < 0) { in pack_restart_pre()
163 dihedral_type[ilocal][m] = -dihedral_type[ilocal][m]; in pack_restart_pre()
199 dihedral_type[ilocal][m] = -dihedral_type[ilocal][m]; in pack_restart_post()
H A Datom_vec_full.h40 int **bond_type, **angle_type, **dihedral_type, **improper_type; variable
H A Datom_vec_molecular.h40 int **bond_type, **angle_type, **dihedral_type, **improper_type; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dntopo_dihedral_partial.cpp51 int **dihedral_type = atom->dihedral_type; in build() local
60 if (dihedral_type[i][m] <= 0) continue; in build()
89 dihedrallist[ndihedrallist][4] = dihedral_type[i][m]; in build()
H A Dntopo_dihedral_template.cpp50 int **dihedral_type; in build() local
74 dihedral_type = onemols[imol]->dihedral_type; in build()
107 dihedrallist[ndihedrallist][4] = dihedral_type[iatom][m]; in build()
H A Ddelete_bonds.cpp223 int **dihedral_type = atom->dihedral_type; in command() local
246 itype = abs(dihedral_type[i][m]); in command()
250 if (undo_flag == 0 && dihedral_type[i][m] > 0) in command()
251 dihedral_type[i][m] = -dihedral_type[i][m]; in command()
252 if (undo_flag == 1 && dihedral_type[i][m] < 0) in command()
253 dihedral_type[i][m] = -dihedral_type[i][m]; in command()
371 if (atom->dihedral_type[i][m] <= 0) { in command()
384 atom->dihedral_type[i][m] = atom->dihedral_type[i][n-1]; in command()
509 if (atom->dihedral_type[i][m] > 0) dihedral_on++; in command()
H A Dntopo_dihedral_all.cpp50 int **dihedral_type = atom->dihedral_type; in build() local
87 dihedrallist[ndihedrallist][4] = dihedral_type[i][m]; in build()
H A Dcreate_bonds.cpp468 int **dihedral_type = atom->dihedral_type; in single_dihedral() local
478 dihedral_type[m][num_dihedral[m]] = dtype; in single_dihedral()
493 dihedral_type[m][num_dihedral[m]] = dtype; in single_dihedral()
505 dihedral_type[m][num_dihedral[m]] = dtype; in single_dihedral()
517 dihedral_type[m][num_dihedral[m]] = dtype; in single_dihedral()
H A Dmolecule.h76 int **dihedral_type; variable
H A Ddelete_atoms.cpp610 int **dihedral_type = daptr->atom->dihedral_type; in bondring() local
672 dihedral_type[i][m] = dihedral_type[i][n-1]; in bondring()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddelete_bonds.cpp231 int **dihedral_type = atom->dihedral_type; in command() local
253 if (style == DIHEDRAL && (dihedral_type[i][m] == which)) flag = 1; in command()
255 if (undo_flag == 0 && dihedral_type[i][m] > 0) in command()
256 dihedral_type[i][m] = -dihedral_type[i][m]; in command()
257 if (undo_flag == 1 && dihedral_type[i][m] < 0) in command()
258 dihedral_type[i][m] = -dihedral_type[i][m]; in command()
371 if (atom->dihedral_type[i][m] <= 0) { in command()
384 atom->dihedral_type[i][m] = atom->dihedral_type[i][n-1]; in command()
509 if (atom->dihedral_type[i][m] > 0) dihedral_on++; in command()
H A Datom_vec.cpp283 int **dihedral_type = atom->dihedral_type; in pack_dihedral() local
296 buf[m][0] = dihedral_type[i][j]; in pack_dihedral()
307 buf[m][0] = dihedral_type[i][j]; in pack_dihedral()
H A Dneigh_bond.cpp343 int **dihedral_type = atom->dihedral_type; in dihedral_all() local
378 dihedrallist[ndihedrallist][4] = dihedral_type[i][m]; in dihedral_all()
397 int **dihedral_type = atom->dihedral_type; in dihedral_partial() local
404 if (dihedral_type[i][m] <= 0) continue; in dihedral_partial()
433 dihedrallist[ndihedrallist][4] = dihedral_type[i][m]; in dihedral_partial()
H A Datom_vec_full.cpp125 dihedral_type = memory->grow(atom->dihedral_type,nmax, in grow()
178 num_dihedral = atom->num_dihedral; dihedral_type = atom->dihedral_type; in grow_reset()
224 dihedral_type[j][k] = dihedral_type[i][k]; in copy()
672 buf[m++] = ubuf(dihedral_type[i][k]).d; in pack_exchange()
741 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_exchange()
836 buf[m++] = ubuf(MAX(dihedral_type[i][k],-dihedral_type[i][k])).d; in pack_restart()
906 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_restart()
1122 bytes += memory->usage(dihedral_type,nmax,atom->dihedral_per_atom); in memory_usage()
H A Datom_vec_molecular.cpp124 dihedral_type = memory->grow(atom->dihedral_type,nmax, in grow()
177 num_dihedral = atom->num_dihedral; dihedral_type = atom->dihedral_type; in grow_reset()
222 dihedral_type[j][k] = dihedral_type[i][k]; in copy()
659 buf[m++] = ubuf(dihedral_type[i][k]).d; in pack_exchange()
727 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_exchange()
821 buf[m++] = ubuf(MAX(dihedral_type[i][k],-dihedral_type[i][k])).d; in pack_restart()
890 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_restart()
1099 bytes += memory->usage(dihedral_type,nmax,atom->dihedral_per_atom); in memory_usage()
H A Datom_vec_molecular.h103 int **dihedral_type;
H A Datom_vec_full.h105 int **dihedral_type;
/dports/science/lammps/lammps-stable_29Sep2021/src/DIELECTRIC/
H A Datom_vec_dielectric.cpp120 dihedral_type = atom->dihedral_type; in grow_pointers()
H A Datom_vec_dielectric.h43 int **bond_type, **angle_type, **dihedral_type, **improper_type; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/MOLECULE/
H A Datom_vec_molecular.cpp124 dihedral_type = memory->grow(atom->dihedral_type,nmax, in grow()
177 num_dihedral = atom->num_dihedral; dihedral_type = atom->dihedral_type; in grow_reset()
222 dihedral_type[j][k] = dihedral_type[i][k]; in copy()
659 buf[m++] = ubuf(dihedral_type[i][k]).d; in pack_exchange()
727 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_exchange()
821 buf[m++] = ubuf(MAX(dihedral_type[i][k],-dihedral_type[i][k])).d; in pack_restart()
890 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_restart()
1099 bytes += memory->usage(dihedral_type,nmax,atom->dihedral_per_atom); in memory_usage()
H A Datom_vec_full.cpp125 dihedral_type = memory->grow(atom->dihedral_type,nmax, in grow()
178 num_dihedral = atom->num_dihedral; dihedral_type = atom->dihedral_type; in grow_reset()
224 dihedral_type[j][k] = dihedral_type[i][k]; in copy()
672 buf[m++] = ubuf(dihedral_type[i][k]).d; in pack_exchange()
741 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_exchange()
836 buf[m++] = ubuf(MAX(dihedral_type[i][k],-dihedral_type[i][k])).d; in pack_restart()
906 dihedral_type[nlocal][k] = (int) ubuf(buf[m++]).i; in unpack_restart()
1122 bytes += memory->usage(dihedral_type,nmax,atom->dihedral_per_atom); in memory_usage()
H A Datom_vec_molecular.h103 int **dihedral_type;
H A Datom_vec_full.h105 int **dihedral_type;
/dports/science/lammps/lammps-stable_29Sep2021/tools/msi2lmp/src/
H A DMakeLists.c591 int j,k,n,match,dihedral_type=0; in build_dihedraltypes_list() local
614 dihedral_type = k; in build_dihedraltypes_list()
618 dihedral_type = n; in build_dihedraltypes_list()
628 dihedrals[j].type = dihedral_type; in build_dihedraltypes_list()

123