Home
last modified time | relevance | path

Searched refs:maxndl (Results 1 – 4 of 4) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Ddfscf.f98 . j, jb, jc, last, lasta, lastop, maxb, maxc, maxndl,
164 maxndl = listdlptr(nrowsDscfL) + numdl(nrowsDscfL)
166 maxndl = 1
168 call re_alloc( DscfL, 1, maxndl, 1, nspin,
171 call matrixOtoM( maxnd, numd, listdptr, maxndl, nuo,
H A Drhoofd.F9084 integer :: maxndl, nphiloc, lenx, leny, lenxy, lenz local
114 maxndl = listdlptr(nrowsDscfL) + numdl(nrowsDscfL)
116 maxndl = 1
119 call re_alloc( DscfL, 1, maxndl, 1, h_spin_dim, 'DscfL', 'rhoofd' )
121 call matrixOtoM( maxnd, numd, listdptr, maxndl, nuo, &
H A Drhoofdsp.F9081 last, lasta, lastop, maxloc, maxloc2, maxndl, nc, nphiloc, & local
120 maxndl = listdlptr(nrowsDscfL) + numdl(nrowsDscfL)
122 maxndl = 1
140 call re_alloc( DscfL, 1, maxndl, 1, nspin, 'DscfL', 'rhoofdsp' )
143 call matrixOtoM( maxnd, numd, listdptr, maxndl, nuo, &
H A Dmeshdscf.F287 subroutine matrixOtoM( maxnd, numd, listdptr, maxndl, nuo, argument
325 integer :: maxnd, maxndl, nspin, nuo, numd(nuo),
327 real(dp) :: Dscf(maxnd,nspin), DscfL(maxndl,nspin)