Home
last modified time | relevance | path

Searched refs:eps_h (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/response/
H A Dkspair.py310 K, k_c, eps_h, f_h, Ph, psit_hG = data
315 P, ut_mytR) = self.unfold_arrays(eps_h, f_h, Ph, ut_hR,
671 eps_h = np.empty(nh)
682 eps_h[h_rh] = eps_rh
687 return (K, k_c, eps_h, f_h, Ph, psit_hG)
690 def unfold_arrays(self, eps_h, f_h, Ph, ut_hR, h_myt, myt_myt): argument
702 eps_myt[myt_myt] = eps_h[h_myt]
728 eps_h = np.empty(nh)
737 eps_h[h_rn] = kpt.eps_n[myn_rn]
763 P, ut_mytR) = self.unfold_arrays(eps_h, f_h, Ph, ut_hR,
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Deps.c1666 image_h = xbm_ptr->eps_h;
1719 xbm_ptr->eps_h = h = ((*ury) >= (*lly)) ? (int)((*ury)-(*lly)) :
1725 xbm_ptr->eps_h = h = ((*ury) >= (*lly)) ? (int)((*ury)-(*lly)) :
H A Dxbitmap.c800 sy = (((double)xbm_ptr->eps_h)/((double)image_h));
5487 xbm_ptr->eps_w = xbm_ptr->eps_h = 0;
5683 image_h = xbm_ptr->eps_h;
5807 image_h = xbm_ptr->eps_h;
6285 xbm_ptr->eps_h = xbm_ptr->image_h;
6305 xbm_ptr->eps_h = (file_ury >= file_lly) ?
6313 xbm_ptr->eps_h = (file_ury >= file_lly) ?
6331 xbm_ptr->eps_h = (file_ury >= file_lly) ?
6334 xbm_ptr->eps_w = xbm_ptr->eps_h = 0;
H A Ddup.c558 xbm_ptr->eps_h = XBmPtr->eps_h;
H A Dtypes.h505 int eps_w, eps_h; member
H A Dedit.c3757 image_h = xbm_ptr->eps_h; in RestoreImageWH()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DEMWaveSolver.F90445 eps = eps0 * ListGetElementReal( eps_h, Basis, Element, Found )