Home
last modified time | relevance | path

Searched refs:wbody (Results 1 – 25 of 89) sorted by relevance

1234

/dports/science/lammps/lammps-stable_29Sep2021/src/BODY/
H A Dcompute_temp_body.cpp231 t += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
232 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
255 t += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
256 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
329 t[0] += inertia[0]*wbody[0]*wbody[0]; in compute_vector()
330 t[1] += inertia[1]*wbody[1]*wbody[1]; in compute_vector()
331 t[2] += inertia[2]*wbody[2]*wbody[2]; in compute_vector()
332 t[3] += inertia[0]*wbody[0]*wbody[1]; in compute_vector()
333 t[4] += inertia[1]*wbody[0]*wbody[2]; in compute_vector()
334 t[5] += inertia[2]*wbody[1]*wbody[2]; in compute_vector()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/ASPHERE/
H A Dcompute_temp_asphere.cpp240 t += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
241 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
265 t += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
266 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
341 t[0] += inertia[0]*wbody[0]*wbody[0]; in compute_vector()
342 t[1] += inertia[1]*wbody[1]*wbody[1]; in compute_vector()
343 t[2] += inertia[2]*wbody[2]*wbody[2]; in compute_vector()
344 t[3] += inertia[0]*wbody[0]*wbody[1]; in compute_vector()
345 t[4] += inertia[1]*wbody[0]*wbody[2]; in compute_vector()
346 t[5] += inertia[2]*wbody[1]*wbody[2]; in compute_vector()
[all …]
H A Dcompute_erotate_asphere.cpp102 double wbody[3],inertia[3]; in compute_scalar() local
122 wbody[0] /= inertia[0]; in compute_scalar()
123 wbody[1] /= inertia[1]; in compute_scalar()
124 wbody[2] /= inertia[2]; in compute_scalar()
126 erotate += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
127 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
147 wbody[0] /= inertia[0]; in compute_scalar()
148 wbody[1] /= inertia[1]; in compute_scalar()
149 wbody[2] /= inertia[2]; in compute_scalar()
151 erotate += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_erotate_asphere.cpp133 double wbody[3],inertia[3]; in compute_scalar() local
153 wbody[0] /= inertia[0]; in compute_scalar()
154 wbody[1] /= inertia[1]; in compute_scalar()
155 wbody[2] /= inertia[2]; in compute_scalar()
157 erotate += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
158 inertia[1]*wbody[1]*wbody[1] + inertia[2]*wbody[2]*wbody[2]; in compute_scalar()
178 wbody[0] /= inertia[0]; in compute_scalar()
179 wbody[1] /= inertia[1]; in compute_scalar()
180 wbody[2] /= inertia[2]; in compute_scalar()
182 erotate += inertia[0]*wbody[0]*wbody[0] + in compute_scalar()
[all …]
H A Dfix_nve_asphere_base.cpp103 result[0] = tbody[0] / inertia[0] + wbody[1]*wbody[2]*((inertia[1] - inertia[2]) / inertia[0]); in dynamic_euler()
104 result[1] = tbody[1] / inertia[1] + wbody[2]*wbody[0]*((inertia[2] - inertia[0]) / inertia[1]); in dynamic_euler()
105 result[2] = tbody[2] / inertia[2] + wbody[0]*wbody[1]*((inertia[0] - inertia[1]) / inertia[2]); in dynamic_euler()
135 wbody[0] += dt*omega_der[0]; in integrate_dynamic_euler()
136 wbody[1] += dt*omega_der[1]; in integrate_dynamic_euler()
137 wbody[2] += dt*omega_der[2]; in integrate_dynamic_euler()
146 q2[1] = -wbody[0] * dtq; in integrate_quaternion()
147 q2[2] = -wbody[1] * dtq; in integrate_quaternion()
148 q2[3] = -wbody[2] * dtq; in integrate_quaternion()
450 omega_half[0] = wbody[0]; in initial_integrate()
[all …]
H A Dmath_extra.cpp347 double wbody[3]; in angmom_to_omega() local
349 if (idiag[0] == 0.0) wbody[0] = 0.0; in angmom_to_omega()
351 if (idiag[1] == 0.0) wbody[1] = 0.0; in angmom_to_omega()
356 w[0] = wbody[0]*ex[0] + wbody[1]*ey[0] + wbody[2]*ez[0]; in angmom_to_omega()
357 w[1] = wbody[0]*ex[1] + wbody[1]*ey[1] + wbody[2]*ez[1]; in angmom_to_omega()
358 w[2] = wbody[0]*ex[2] + wbody[1]*ey[2] + wbody[2]*ez[2]; in angmom_to_omega()
371 double wbody[3]; in mq_to_omega() local
377 else wbody[0] /= moments[0]; in mq_to_omega()
379 else wbody[1] /= moments[1]; in mq_to_omega()
381 else wbody[2] /= moments[2]; in mq_to_omega()
[all …]
H A Dmultisphere.cpp638 double wbody[3],rot[3][3]; in extract_rke() local
646 MathExtra::transpose_matvec(rot,angmom_(i),wbody); in extract_rke()
647 if (inertia_(i)[0] == 0.0) wbody[0] = 0.0; in extract_rke()
648 else wbody[0] /= inertia_(i)[0]; in extract_rke()
649 if (inertia_(i)[1] == 0.0) wbody[1] = 0.0; in extract_rke()
650 else wbody[1] /= inertia_(i)[1]; in extract_rke()
651 if (inertia_(i)[2] == 0.0) wbody[2] = 0.0; in extract_rke()
652 else wbody[2] /= inertia_(i)[2]; in extract_rke()
654 rke += inertia_(i)[0]*wbody[0]*wbody[0] + in extract_rke()
655 inertia_(i)[1]*wbody[1]*wbody[1] + inertia_(i)[2]*wbody[2]*wbody[2]; in extract_rke()
/dports/devel/pdcurses/PDCurses-3.5/demos/
H A Dtui.c343 touchwin(wbody); in mainmenu()
344 wrefresh(wbody); in mainmenu()
353 delwin(wbody); in cleanup()
366 werase(wbody); in clsbody()
367 wmove(wbody, 0, 0); in clsbody()
384 return wbody; in bodywin()
406 wrefresh(wbody); in bodymsg()
541 touchwin(wbody); in domenu()
542 wrefresh(wbody); in domenu()
815 touchwin(wbody); in getstrings()
[all …]
/dports/devel/mingw32-pdcurses/PDCurses-3.4/demos/
H A Dtui.c345 touchwin(wbody); in mainmenu()
346 wrefresh(wbody); in mainmenu()
355 delwin(wbody); in cleanup()
368 werase(wbody); in clsbody()
369 wmove(wbody, 0, 0); in clsbody()
386 return wbody; in bodywin()
408 wrefresh(wbody); in bodymsg()
543 touchwin(wbody); in domenu()
544 wrefresh(wbody); in domenu()
816 touchwin(wbody); in getstrings()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/demos/
H A Dtui.c359 touchwin(wbody); in mainmenu()
360 wrefresh(wbody); in mainmenu()
369 delwin(wbody); in cleanup()
382 werase(wbody); in clsbody()
383 wmove(wbody, 0, 0); in clsbody()
400 return wbody; in bodywin()
422 wrefresh(wbody); in bodymsg()
569 touchwin(wbody); in domenu()
570 wrefresh(wbody); in domenu()
861 touchwin(wbody); in getstrings()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/demos/
H A Dtui.c359 touchwin(wbody); in mainmenu()
360 wrefresh(wbody); in mainmenu()
369 delwin(wbody); in cleanup()
382 werase(wbody); in clsbody()
383 wmove(wbody, 0, 0); in clsbody()
400 return wbody; in bodywin()
422 wrefresh(wbody); in bodymsg()
569 touchwin(wbody); in domenu()
570 wrefresh(wbody); in domenu()
861 touchwin(wbody); in getstrings()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmath_extra.cpp210 double wbody[3]; in angmom_to_omega() local
212 if (idiag[0] == 0.0) wbody[0] = 0.0; in angmom_to_omega()
214 if (idiag[1] == 0.0) wbody[1] = 0.0; in angmom_to_omega()
219 w[0] = wbody[0]*ex[0] + wbody[1]*ey[0] + wbody[2]*ez[0]; in angmom_to_omega()
220 w[1] = wbody[0]*ex[1] + wbody[1]*ey[1] + wbody[2]*ez[1]; in angmom_to_omega()
221 w[2] = wbody[0]*ex[2] + wbody[1]*ey[2] + wbody[2]*ez[2]; in angmom_to_omega()
234 double wbody[3]; in mq_to_omega() local
240 else wbody[0] /= moments[0]; in mq_to_omega()
242 else wbody[1] /= moments[1]; in mq_to_omega()
244 else wbody[2] /= moments[2]; in mq_to_omega()
[all …]
/dports/devel/etcd/etcd-2.3.8/etcdserver/etcdhttp/
H A Dclient_auth_test.go116 wbody string
128 wbody: `{"message":"Insufficient credentials"}`,
164 wbody: `{"users":[` +
195 wbody: `{"user":"alice","roles":null}`,
201 wbody: ``,
256 wbody: ``,
302 wbody: `{"enabled":true}`,
310 wbody: ``,
334 wbody: ``,
358 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go119 wbody string
131 wbody: `{"message":"Insufficient credentials"}`,
167 wbody: `{"users":[` +
198 wbody: `{"user":"alice","roles":null}`,
204 wbody: ``,
259 wbody: ``,
305 wbody: `{"enabled":true}`,
313 wbody: ``,
337 wbody: ``,
361 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go119 wbody string
131 wbody: `{"message":"Insufficient credentials"}`,
167 wbody: `{"users":[` +
198 wbody: `{"user":"alice","roles":null}`,
204 wbody: ``,
259 wbody: ``,
305 wbody: `{"enabled":true}`,
313 wbody: ``,
337 wbody: ``,
361 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/devel/etcd32/etcd-3.2.32/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2http/
H A Dclient_auth_test.go119 wbody string
131 wbody: `{"message":"Insufficient credentials"}`,
167 wbody: `{"users":[` +
198 wbody: `{"user":"alice","roles":null}`,
204 wbody: ``,
259 wbody: ``,
305 wbody: `{"enabled":true}`,
313 wbody: ``,
337 wbody: ``,
361 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/devel/etcd33/etcd-3.3.23/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/devel/etcd31/etcd-3.1.20/etcdserver/api/v2http/
H A Dclient_auth_test.go117 wbody string
129 wbody: `{"message":"Insufficient credentials"}`,
165 wbody: `{"users":[` +
196 wbody: `{"user":"alice","roles":null}`,
202 wbody: ``,
257 wbody: ``,
303 wbody: `{"enabled":true}`,
311 wbody: ``,
335 wbody: ``,
359 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2http/
H A Dclient_auth_test.go119 wbody string
131 wbody: `{"message":"Insufficient credentials"}`,
167 wbody: `{"users":[` +
198 wbody: `{"user":"alice","roles":null}`,
204 wbody: ``,
259 wbody: ``,
305 wbody: `{"enabled":true}`,
313 wbody: ``,
337 wbody: ``,
361 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2http/
H A Dclient_auth_test.go119 wbody string
131 wbody: `{"message":"Insufficient credentials"}`,
167 wbody: `{"users":[` +
198 wbody: `{"user":"alice","roles":null}`,
204 wbody: ``,
259 wbody: ``,
305 wbody: `{"enabled":true}`,
313 wbody: ``,
337 wbody: ``,
361 wbody: `{"message":"Insufficient credentials"}`,
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2http/httptypes/
H A Derrors_test.go35 wbody := `{"message":"what a bad request you made!"}`
46 if wbody != gbody {
47 t.Errorf("HTTP body %q, want %q", gbody, wbody)

1234