Home
last modified time | relevance | path

Searched refs:subhi (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dfix_smd_wall_surface.cpp129 subhi[0] = domain->subhi[0]; in setup()
131 subhi[1] = domain->subhi[1]; in setup()
133 subhi[2] = domain->subhi[2]; in setup()
136 subhi[0] = domain->subhi_lamda[0]; in setup()
138 subhi[1] = domain->subhi_lamda[1]; in setup()
140 subhi[2] = domain->subhi_lamda[2]; in setup()
148 subhi[0] += epsilon[0]; in setup()
154 subhi[1] += epsilon[1]; in setup()
160 subhi[2] += epsilon[2]; in setup()
383 …if (center(0) >= sublo[0] && center(0) < subhi[0] && center(1) >= sublo[1] && center(1) < subhi[1]… in read_triangles()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddomain_I.h75 … checkhi[0] = subhi[0] + (MathExtraLiggghts::compDouble(subhi[0], boxhi[0]) ? SMALL_DMBRDR : 0.0); in is_in_subdomain()
76 … checkhi[1] = subhi[1] + (MathExtraLiggghts::compDouble(subhi[1], boxhi[1]) ? SMALL_DMBRDR : 0.0); in is_in_subdomain()
77 … checkhi[2] = subhi[2] + (MathExtraLiggghts::compDouble(subhi[2], boxhi[2]) ? SMALL_DMBRDR : 0.0); in is_in_subdomain()
111 flag = flag && (pos[idim] <= subhi[idim]); in is_in_extended_subdomain()
114 flag = flag && (pos[idim] >= sublo[idim] && pos[idim] < subhi[idim]); in is_in_extended_subdomain()
134 vectorSubtract3D(subhi,pos,deltahi); in dist_subbox_borders()
156 vectorSubtract3D(subhi,sublo,delta); in min_subbox_extent()
H A Dcreate_atoms.cpp229 sublo[0] = domain->sublo[0]; subhi[0] = domain->subhi[0]; in command()
230 sublo[1] = domain->sublo[1]; subhi[1] = domain->subhi[1]; in command()
231 sublo[2] = domain->sublo[2]; subhi[2] = domain->subhi[2]; in command()
359 if (coord[0] >= sublo[0] && coord[0] < subhi[0] && in add_single()
360 coord[1] >= sublo[1] && coord[1] < subhi[1] && in add_single()
361 coord[2] >= sublo[2] && coord[2] < subhi[2]) in add_single()
453 if (coord[0] >= sublo[0] && coord[0] < subhi[0] && in add_random()
454 coord[1] >= sublo[1] && coord[1] < subhi[1] && in add_random()
455 coord[2] >= sublo[2] && coord[2] < subhi[2]) in add_random()
572 if (coord[0] < sublo[0] || coord[0] >= subhi[0] || in add_lattice()
[all …]
H A Dbounding_box.h137 void shrinkToSubbox(double *sublo,double *subhi) in shrinkToSubbox() argument
141 if(xHi > subhi[0]) in shrinkToSubbox()
142 xHi = subhi[0]; in shrinkToSubbox()
146 if(yHi > subhi[1]) in shrinkToSubbox()
147 yHi = subhi[1]; in shrinkToSubbox()
151 if(zHi > subhi[2]) in shrinkToSubbox()
152 zHi = subhi[2]; in shrinkToSubbox()
H A Dcomm_I.h130 double *sublo,*subhi; in exchangeEventsRecorder() local
140 subhi = domain->subhi; in exchangeEventsRecorder()
143 subhi = domain->subhi_lamda; in exchangeEventsRecorder()
153 MPI_Send (&(subhi[dim]), 1, MPI_DOUBLE, procneigh[dim][1],0,world); //to right in exchangeEventsRecorder()
160 sublo[0],sublo[1],sublo[2],subhi[0],subhi[1],subhi[2], in exchangeEventsRecorder()
183 double hi = subhi[dim]; in exchangeEventsRecorder()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dreplicate.cpp289 double sublo[3],subhi[3]; in command() local
291 sublo[0] = domain->sublo[0]; subhi[0] = domain->subhi[0]; in command()
292 sublo[1] = domain->sublo[1]; subhi[1] = domain->subhi[1]; in command()
293 sublo[2] = domain->sublo[2]; subhi[2] = domain->subhi[2]; in command()
317 if (comm->mysplit[0][1] == 1.0) subhi[0] += epsilon[0]; in command()
459 if (_llo[0] > (subhi[0] - EPSILON) in command()
461 if (_llo[1] > (subhi[1] - EPSILON) in command()
463 if (_llo[2] > (subhi[2] - EPSILON) in command()
466 if (_lo[0] > (subhi[0] - EPSILON) in command()
468 if (_lo[1] > (subhi[1] - EPSILON) in command()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dpair_gauss_gpu.cpp47 double *subhi, tagint *tag, int **nspecial,
90 double sublo[3],subhi[3]; in compute() local
95 subhi[0] = domain->subhi[0]; in compute()
96 subhi[1] = domain->subhi[1]; in compute()
97 subhi[2] = domain->subhi[2]; in compute()
99 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
104 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_lj96_cut_gpu.cpp45 double *subhi, tagint *tag, int **nspecial,
89 double sublo[3],subhi[3]; in compute() local
94 subhi[0] = domain->subhi[0]; in compute()
95 subhi[1] = domain->subhi[1]; in compute()
96 subhi[2] = domain->subhi[2]; in compute()
98 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
102 atom->type, sublo, subhi, in compute()
H A Dpair_lj_cut_tip4p_long_gpu.cpp62 double *sublo, double *subhi,
114 double sublo[3],subhi[3]; in compute() local
119 subhi[0] = domain->subhi[0]; in compute()
120 subhi[1] = domain->subhi[1]; in compute()
121 subhi[2] = domain->subhi[2]; in compute()
123 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
128 subhi, in compute()
H A Dpair_soft_gpu.cpp47 double *subhi, tagint *tag, int **nspecial,
93 double sublo[3],subhi[3]; in compute() local
98 subhi[0] = domain->subhi[0]; in compute()
99 subhi[1] = domain->subhi[1]; in compute()
100 subhi[2] = domain->subhi[2]; in compute()
102 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
107 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_morse_gpu.cpp45 double *subhi, tagint *tag, int **nspecial,
88 double sublo[3],subhi[3]; in compute() local
93 subhi[0] = domain->subhi[0]; in compute()
94 subhi[1] = domain->subhi[1]; in compute()
95 subhi[2] = domain->subhi[2]; in compute()
97 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
102 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_ufm_gpu.cpp51 double *subhi, tagint *tag, int **nspecial,
94 double sublo[3],subhi[3]; in compute() local
99 subhi[0] = domain->subhi[0]; in compute()
100 subhi[1] = domain->subhi[1]; in compute()
101 subhi[2] = domain->subhi[2]; in compute()
103 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
108 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_lj_class2_gpu.cpp45 double *subhi, tagint *tag, int **nspecial,
89 double sublo[3],subhi[3]; in compute() local
94 subhi[0] = domain->subhi[0]; in compute()
95 subhi[1] = domain->subhi[1]; in compute()
96 subhi[2] = domain->subhi[2]; in compute()
98 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
102 atom->type, sublo, subhi, in compute()
H A Dpair_mie_cut_gpu.cpp46 double *subhi, tagint *tag, int **nspecial,
90 double sublo[3],subhi[3]; in compute() local
95 subhi[0] = domain->subhi[0]; in compute()
96 subhi[1] = domain->subhi[1]; in compute()
97 subhi[2] = domain->subhi[2]; in compute()
99 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
104 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_yukawa_gpu.cpp45 double *subhi, tagint *tag, int **nspecial,
90 double sublo[3],subhi[3]; in compute() local
95 subhi[0] = domain->subhi[0]; in compute()
96 subhi[1] = domain->subhi[1]; in compute()
97 subhi[2] = domain->subhi[2]; in compute()
99 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
104 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_buck_gpu.cpp49 double *subhi, tagint *tag, int **nspecial,
92 double sublo[3],subhi[3]; in compute() local
97 subhi[0] = domain->subhi[0]; in compute()
98 subhi[1] = domain->subhi[1]; in compute()
99 subhi[2] = domain->subhi[2]; in compute()
101 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
106 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_coul_cut_gpu.cpp46 double *subhi, tagint *tag, int **nspecial,
92 double sublo[3],subhi[3]; in compute() local
97 subhi[0] = domain->subhi[0]; in compute()
98 subhi[1] = domain->subhi[1]; in compute()
99 subhi[2] = domain->subhi[2]; in compute()
101 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
105 atom->type, sublo, subhi, in compute()
H A Dpair_lj_cut_gpu.cpp50 double *subhi, tagint *tag, int **nspecial,
93 double sublo[3],subhi[3]; in compute() local
98 subhi[0] = domain->subhi[0]; in compute()
99 subhi[1] = domain->subhi[1]; in compute()
100 subhi[2] = domain->subhi[2]; in compute()
102 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
107 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_yukawa_colloid_gpu.cpp45 double *sublo, double *subhi, tagint *tag,
94 double sublo[3],subhi[3]; in compute() local
99 subhi[0] = domain->subhi[0]; in compute()
100 subhi[1] = domain->subhi[1]; in compute()
101 subhi[2] = domain->subhi[2]; in compute()
103 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
109 subhi, atom->tag, in compute()
H A Dpair_lj_expand_gpu.cpp49 double *subhi, tagint *tag, int **nspecial,
92 double sublo[3],subhi[3]; in compute() local
97 subhi[0] = domain->subhi[0]; in compute()
98 subhi[1] = domain->subhi[1]; in compute()
99 subhi[2] = domain->subhi[2]; in compute()
101 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
105 atom->type, sublo, subhi, in compute()
H A Dpair_zbl_gpu.cpp48 double *subhi, tagint *tag, int **nspecial,
92 double sublo[3],subhi[3]; in compute() local
97 subhi[0] = domain->subhi[0]; in compute()
98 subhi[1] = domain->subhi[1]; in compute()
99 subhi[2] = domain->subhi[2]; in compute()
101 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
106 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_beck_gpu.cpp48 double *subhi, tagint *tag, int **nspecial,
92 double sublo[3],subhi[3]; in compute() local
97 subhi[0] = domain->subhi[0]; in compute()
98 subhi[1] = domain->subhi[1]; in compute()
99 subhi[2] = domain->subhi[2]; in compute()
101 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
106 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_born_gpu.cpp51 double *subhi, tagint *tag, int **nspecial,
94 double sublo[3],subhi[3]; in compute() local
99 subhi[0] = domain->subhi[0]; in compute()
100 subhi[1] = domain->subhi[1]; in compute()
101 subhi[2] = domain->subhi[2]; in compute()
103 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
108 subhi, atom->tag, atom->nspecial, in compute()
H A Dpair_buck_coul_cut_gpu.cpp48 double *subhi, tagint *tag, int **nspecial,
95 double sublo[3],subhi[3]; in compute() local
100 subhi[0] = domain->subhi[0]; in compute()
101 subhi[1] = domain->subhi[1]; in compute()
102 subhi[2] = domain->subhi[2]; in compute()
104 domain->bbox(domain->sublo_lamda,domain->subhi_lamda,sublo,subhi); in compute()
109 subhi, atom->tag, atom->nspecial, in compute()
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChDomainDistributed.cpp78 subhi[i] = sublo[i] + sub_len; in SplitDomain()
81 subhi[i] = boxhi[i]; in SplitDomain()
88 double sub_len = subhi[split_axis] - sublo[split_axis]; in GetRank()
101 double high = subhi[split_axis]; in GetRegion()
178 << sublo.x() << " to " << subhi.x() in PrintDomain()
181 << sublo.y() << " to " << subhi.y() in PrintDomain()
184 << sublo.z() << " to " << subhi.z() << "\n"; in PrintDomain()

12345678910>>...23