Home
last modified time | relevance | path

Searched refs:iapex (Results 1 – 6 of 6) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/solvation/
H A Dhnd_cosmo_lib.F968 write(luout,9998) iapex,apex(1,iapex),
1007 write(luout,9998) iapex,apex(1,iapex),apex(2,iapex),
1292 do iapex=1,napex
1293 apex(1,iapex)=xyz(1,iapex)
1294 apex(2,iapex)=xyz(2,iapex)
1295 apex(3,iapex)=xyz(3,iapex)
1300 write(luout,9998) iapex,apex(1,iapex),apex(2,iapex),
1382 apex(1,iapex)=cosa*c(1,iapex)+sina*s(1,iapex)
1383 apex(2,iapex)=cosa*c(2,iapex)+sina*s(2,iapex)
1384 apex(3,iapex)=cosa*c(3,iapex)+sina*s(3,iapex)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/solvation/
H A Dhnd_cosmo_lib.F970 write(luout,9998) iapex,apex(1,iapex),
1009 write(luout,9998) iapex,apex(1,iapex),apex(2,iapex),
1294 do iapex=1,napex
1295 apex(1,iapex)=xyz(1,iapex)
1296 apex(2,iapex)=xyz(2,iapex)
1297 apex(3,iapex)=xyz(3,iapex)
1302 write(luout,9998) iapex,apex(1,iapex),apex(2,iapex),
1384 apex(1,iapex)=cosa*c(1,iapex)+sina*s(1,iapex)
1385 apex(2,iapex)=cosa*c(2,iapex)+sina*s(2,iapex)
1386 apex(3,iapex)=cosa*c(3,iapex)+sina*s(3,iapex)
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tri/
H A Dtriinterpolate.py1097 for iapex in range(3):
1098 dfx_el_w[:, iapex] = el_geom_w[:, iapex]*el_geom_grad[:, 0]
1099 dfy_el_w[:, iapex] = el_geom_w[:, iapex]*el_geom_grad[:, 1]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tri/
H A Dtriinterpolate.py1118 for iapex in range(3):
1119 dfx_el_w[:, iapex] = el_geom_w[:, iapex]*el_geom_grad[:, 0]
1120 dfy_el_w[:, iapex] = el_geom_w[:, iapex]*el_geom_grad[:, 1]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/src_c/
H A Dtetgen.cxx23994 int iorg, idest, iapex, ioppo; in reconstructmesh() local
24018 tapex = idx2verlist[iapex]; in reconstructmesh()
24077 iapex = pointmark(tapex) - in->firstnumber; in reconstructmesh()
24080 worklist[iapex] = 1; in reconstructmesh()
24117 if (in->pointmarkerlist[iapex] == 0) { in reconstructmesh()
24118 in->pointmarkerlist[iapex] = 1; in reconstructmesh()
24124 worklist[iapex] = 0; in reconstructmesh()
24141 iapex = in->trifacelist[index + 2] - in->firstnumber; in reconstructmesh()
24145 worklist[iapex] = 1; in reconstructmesh()
24169 tapex = idx2verlist[iapex]; in reconstructmesh()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/
H A Dtetgen.cpp23997 int iorg, idest, iapex, ioppo; in reconstructmesh() local
24021 tapex = idx2verlist[iapex]; in reconstructmesh()
24080 iapex = pointmark(tapex) - in->firstnumber; in reconstructmesh()
24083 worklist[iapex] = 1; in reconstructmesh()
24120 if (in->pointmarkerlist[iapex] == 0) { in reconstructmesh()
24121 in->pointmarkerlist[iapex] = 1; in reconstructmesh()
24127 worklist[iapex] = 0; in reconstructmesh()
24144 iapex = in->trifacelist[index + 2] - in->firstnumber; in reconstructmesh()
24148 worklist[iapex] = 1; in reconstructmesh()
24172 tapex = idx2verlist[iapex]; in reconstructmesh()
[all …]