Home
last modified time | relevance | path

Searched refs:nmpl (Results 1 – 11 of 11) sorted by relevance

/dports/science/siesta/siesta-4.1.5/Src/
H A Dmeshcomm.F49 subroutine setUdMeshLim( nsm, nsp, nml, nmpl, ntml, ntpl )
53 integer, intent(out) :: nml(3), nmpl, ntml(3), ntpl
59 nmpl = nml(1)*nml(2)*nml(3)
61 ntpl = nmpl*nsp
87 subroutine setNddMeshLim( nsm, nsp, nml, nmpl, ntml, ntpl ) argument
91 integer, intent(out) :: nml(3), nmpl, ntml(3), ntpl local
97 nmpl = nml(1)*nml(2)*nml(3)
99 ntpl = nmpl*nsp
H A Ddhscf.F214 & G2max, G2mesh, nsc, nmpl, nm,
252 & nml, nmpl, ntml, ntpl )
281 do i= 1, nmpl
324 & nml, nmpl, ntml, ntpl )
375 & nml, nmpl, ntml, ntpl )
919 & nml, nmpl, ntml, ntpl )
995 & nml, nmpl, ntml, ntpl )
1014 . isa, nmpl,dvol)
1020 & nml, nmpl, ntml, ntpl )
1643 & nml, nmpl, ntml, ntpl )
[all …]
H A Dmeshsubs.F30 & rmax, G2max, G2mesh, nsc, nmpl,
1051 integer, intent(in) :: nmpl, norb, iaorb(norb),
1057 integer, intent(inout) :: numphi(nmpl)
1085 call re_alloc( endpht, 0, nmpl, 'endpht', 'PhiOnMesh' )
1089 do ip = 1,nmpl
1094 nlist = endpht(nmpl)
1325 subroutine distriPhiOnMesh( nm, nmpl, norb, iaorb, argument
1387 integer, intent(out) :: numphi(nmpl)
1400 do ii= 1, nmpl
1432 do ip0= 1, nmpl
[all …]
H A Drhoofdsp.F9016 subroutine rhoofdsp( no, nml, nmpl, maxnd, numd, listdptr, & argument
65 no, nml(3), nmpl, nspin, maxnd, nuo, nuotot, iaorb(*), & local
68 real(grid_p), intent(out) :: rhoscf(nsp,nmpl,nspin)
114 maxloc2 = maxval(endpht(1:nmpl)-endpht(0:nmpl-1))
155 do ip = 1,nmpl
H A Dm_partial_charges.F16 . isa, nmpl,dvol)
57 . iaorb(no_s), iphorb(no_s), isa(na_s), nmpl
103 . nmpl, datm, rhoatm, DRho, iaorb, iphorb, isa,
130 . nmpl, rhoatm, DRho, iaorb,
H A Dvmatsp.F9017 subroutine vmatsp( no, nml, nmpl, dvol, nspin, V, nvmax, & argument
66 integer :: no, nml(3), nmpl, nvmax, nuo, nuotot, iaorb(*), nspin, & local
68 real(grid_p), intent(in) :: V(nsp,nmpl,nspin)
110 maxloc2 = maxval(endpht(1:nmpl)-endpht(0:nmpl-1))
149 do ip = 1 , nmpl
H A Dforhar.F136 call setMeshDistr( LINEAR, nsm, nsp, nml, nmpl, ntml, ntpl )
176 & nml, nmpl, ntml, ntpl )
H A Dmeshdscf.F56 subroutine CreateLocalDscfPointers( nmpl, nuotot, numd, argument
104 integer, intent(in) :: nmpl
139 do ip = 1,nmpl
H A Dmoremeshsubs.F365 subroutine setMeshDistr( iDistr, nsm, nsp, nml, nmpl, ntml, ntpl ) argument
392 integer, intent(out) :: nml(3), nmpl, ntml(3), ntpl
402 nmpl = nml(1)*nml(2)*nml(3)
404 ntpl = nmpl*nsp
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/test/
H A Dtest_submodule.py380 nmpl = to_native_path_linux(nmp)
381 assert nsm.path == nmpl
382 assert rwrepo.submodules[0].path == nmpl
/dports/science/siesta/siesta-4.1.5/Docs/branch-changes/
H A DBSC.CHANGES4415 call setMeshDistr( oDistr, nsm, nsp, nml, nmpl, ntml, ntpl )