Home
last modified time | relevance | path

Searched refs:cutneighmax (Results 1 – 25 of 33) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dnstencil.cpp156 cutneighmax = neighbor->cutneighmax; in copy_neighbor_info()
169 cutneighmax = cutoff_custom; in copy_neighbor_info()
170 cutneighmaxsq = cutneighmax * cutneighmax; in copy_neighbor_info()
224 sx = static_cast<int>(cutneighmax*bininvx); in create_setup()
225 if (sx*binsizex < cutneighmax) sx++; in create_setup()
226 sy = static_cast<int>(cutneighmax*bininvy); in create_setup()
227 if (sy*binsizey < cutneighmax) sy++; in create_setup()
228 sz = static_cast<int>(cutneighmax*bininvz); in create_setup()
229 if (sz*binsizez < cutneighmax) sz++; in create_setup()
H A Dnbin.cpp110 cutneighmax = neighbor->cutneighmax; in copy_neighbor_info()
122 if (cutoff_custom > 0.0) cutneighmax = cutoff_custom; in copy_neighbor_info()
H A Dnbin.h71 double cutneighmax; variable
H A Dnstencil.h65 double cutneighmax; variable
H A Dneighbor.cpp126 cutneighmax = 0.0; in Neighbor()
338 cutneighmax = 0.0; in init()
353 cutneighmax = MAX(cutneighmax,cut); in init()
361 cutneighmaxsq = cutneighmax * cutneighmax; in init()
1590 const double cutghost = MAX(cutneighmax,comm->cutghostuser); in print_pairwise_info()
1597 else if (style == Neighbor::BIN) binsize = 0.5*cutneighmax; in print_pairwise_info()
1615 out += fmt::format(" master list distance cutoff = {:.8g}\n",cutneighmax); in print_pairwise_info()
H A Dneighbor.h36 double cutneighmax; // max neighbor cutoff for all type pairs variable
H A Dnbin_standard.cpp124 else if (style == Neighbor::BIN) binsize_optimal = 0.5*cutneighmax; in setup_bins()
H A Dcreate_bonds.cpp203 if (rmax > neighbor->cutneighmax) in many()
H A Datom.cpp2174 else if (neighbor->cutneighmax > 0.0) binsize = 0.5 * neighbor->cutneighmax; in setup_sort_bins()
2270 neighbor->cutneighmax); in setup_sort_bins()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddomain_I.h174 const double cutneighmax = neighbor->cutneighmax; in is_periodic_ghost() local
177 …if ((x[idim] < (boxlo[idim]+cutneighmax) || x[idim] > (boxhi[idim]-cutneighmax)) && periodicity[id… in is_periodic_ghost()
H A Dfix_neighlist_mesh.cpp249 double rmax = 0.5*(neighbor->cutneighmax - neighbor->skin); in pre_force()
257 distmax = neighbor->cutneighmax + SMALL_DELTA; in pre_force()
263 distmax = neighbor->cutneighmax - rmax + SMALL_DELTA; in pre_force()
H A Dneighbor.cpp130 cutneighmax = 0; in Neighbor()
309 cutneighmax = 0.0; in init()
324 cutneighmax = MAX(cutneighmax,cut); in init()
332 cutneighmaxsq = cutneighmax * cutneighmax; in init()
1684 else if (style == BIN) binsize_optimal = 0.5*cutneighmax; in setup_bins()
1789 sx = static_cast<int> (cutneighmax*bininvx); in setup_bins()
1790 if (sx*binsizex < cutneighmax) sx++; in setup_bins()
1791 sy = static_cast<int> (cutneighmax*bininvy); in setup_bins()
1792 if (sy*binsizey < cutneighmax) sy++; in setup_bins()
1793 sz = static_cast<int> (cutneighmax*bininvz); in setup_bins()
[all …]
H A Dneighbor.h84 double cutneighmax; // max neighbor cutoff for all type pairs variable
H A Ddelete_atoms.cpp311 if (cut > neighbor->cutneighmax) in delete_overlap()
H A Dfix_wall_gran.cpp714 cutneighmax_ = neighbor->cutneighmax; in pre_force()
798 cutneighmax_ = neighbor->cutneighmax; in post_force_wall()
H A Dfix_ave_euler.cpp263 cell_size_ideal_ = cell_size_ideal_rel_ * (neighbor->cutneighmax-neighbor->skin); in setup_bins()
H A Dinfo.cpp289 MAX(comm->cutghostuser,neighbor->cutneighmax)); in command()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dnpair_half_bin_newton_intel.cpp79 dminimum_image_check(need_ic, neighbor->cutneighmax, neighbor->cutneighmax, in hbni()
80 neighbor->cutneighmax); in hbni()
H A Dnpair_half_bin_newton_tri_intel.cpp79 dminimum_image_check(need_ic, neighbor->cutneighmax, neighbor->cutneighmax, in hbnti()
80 neighbor->cutneighmax); in hbnti()
H A Dnpair_full_bin_intel.cpp80 dminimum_image_check(need_ic, neighbor->cutneighmax, neighbor->cutneighmax, in fbi()
81 neighbor->cutneighmax); in fbi()
H A Dnpair_full_bin_ghost_intel.cpp95 dminimum_image_check(need_ic, neighbor->cutneighmax, neighbor->cutneighmax, in fbi()
96 neighbor->cutneighmax); in fbi()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneighbor_kokkos.cpp363 binsize_user = cutneighmax; in set_binsize_kokkos()
H A Dfix_shardlow_kokkos.cpp190 double rcut = 2.0*neighbor->cutneighmax; in pre_neighbor()
/dports/science/lammps/lammps-stable_29Sep2021/src/MISC/
H A Dfix_srp.cpp257 double cutneighmax_srp = neighbor->cutneighmax + 0.51*rmax; in setup_pre_force()
/dports/science/lammps/lammps-stable_29Sep2021/src/DPD-REACT/
H A Dfix_shardlow.cpp546 double rcut = 2.0*neighbor->cutneighmax; in initial_integrate()

12