Home
last modified time | relevance | path

Searched defs:dedn (Results 1 – 9 of 9) sorted by relevance

/dports/science/elk/elk-7.2.42/src/
H A Drdmwritededn.f909 subroutine rdmwritededn(dedn) argument
25 real(8), intent(in) :: dedn(nstsv,nkpt) local
H A Drdmdtsdn.f9010 subroutine rdmdtsdn(dedn) argument
26 real(8), intent(inout) :: dedn(nstsv,nkpt) local
H A Drdmdedn.f909 subroutine rdmdedn(dedn) argument
26 real(8), intent(out) :: dedn(nstsv,nkpt) local
H A Drdmdexcdn.f909 subroutine rdmdexcdn(dedn) argument
25 real(8), intent(inout) :: dedn(nstsv,nkpt) local
H A Drdmeval.f9027 real(8), allocatable :: dedn(:,:) local
H A Drdmvaryn.f9036 real(8), allocatable :: dedn(:,:),gamma(:,:) local
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/src/
H A Dvdw_q0.c123 void vdwxc_G_zeta0(double rootrs, double *e, double *dedn) in vdwxc_G_zeta0()
129 void vdwxc_G_zeta1(double rootrs, double *e, double *dedn) in vdwxc_G_zeta1()
135 void vdwxc_G_alphac(double rootrs, double *e, double *dedn) in vdwxc_G_alphac()
H A Dvdw_core.h91 double *dedn; member
H A Dvdw_core.c447 double *F_ga, double *dedn, double *dedsigma) in potential()