Home
last modified time | relevance | path

Searched refs:cutneighmin (Results 1 – 9 of 9) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dnbin.cpp109 cutneighmin = neighbor->cutneighmin; in copy_neighbor_info()
H A Dnbin.h70 double cutneighmin; variable
H A Dneighbor.h35 double cutneighmin; // min neighbor cutoff for all type pairs variable
H A Dnbin_standard.cpp125 else binsize_optimal = 0.5*cutneighmin; in setup_bins()
H A Dneighbor.cpp337 cutneighmin = BIG; in init()
352 cutneighmin = MIN(cutneighmin,cut); in init()
1598 else binsize = 0.5*cutneighmin; in print_pairwise_info()
H A Dcreate_bonds.cpp205 if (rmax > neighbor->cutneighmin && comm->me == 0) in many()
H A Ddelete_atoms.cpp307 if (cut > neighbor->cutneighmin && comm->me == 0) in delete_overlap()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneighbor.h83 double cutneighmin; // min neighbor cutoff for all type pairs variable
H A Dneighbor.cpp308 cutneighmin = BIG; in init()
323 cutneighmin = MIN(cutneighmin,cut); in init()
337 cutneighmin = MIN(cutneighmin,2*minrd+skin); in init()
1685 else binsize_optimal = 0.5*cutneighmin; in setup_bins()