small fixes
This commit is contained in:
@ -93,8 +93,8 @@ OPT.
|
||||
* :doc:`coul/wolf/cs <pair_cs>`
|
||||
* :doc:`dpd (giko) <pair_dpd>`
|
||||
* :doc:`dpd/fdt <pair_dpd_fdt>`
|
||||
* :doc:`dpd/ext (k) <pair_dpd_ext>`
|
||||
* :doc:`dpd/ext/tstat (k) <pair_dpd_ext>`
|
||||
* :doc:`dpd/ext (ko) <pair_dpd_ext>`
|
||||
* :doc:`dpd/ext/tstat (ko) <pair_dpd_ext>`
|
||||
* :doc:`dpd/fdt/energy (k) <pair_dpd_fdt>`
|
||||
* :doc:`dpd/tstat (gko) <pair_dpd>`
|
||||
* :doc:`dsmc <pair_dsmc>`
|
||||
|
||||
@ -1,17 +1,19 @@
|
||||
.. index:: pair_style dpd/ext
|
||||
.. index:: pair_style dpd/ext/kk
|
||||
.. index:: pair_style dpd/ext/omp
|
||||
.. index:: pair_style dpd/ext/tstat
|
||||
.. index:: pair_style dpd/ext/tstat/kk
|
||||
.. index:: pair_style dpd/ext/tstat/omp
|
||||
|
||||
pair_style dpd/ext command
|
||||
==========================
|
||||
|
||||
Accelerator Variants: dpd/ext/kk
|
||||
Accelerator Variants: dpd/ext/kk dpd/ext/omp
|
||||
|
||||
pair_style dpd/ext/tstat command
|
||||
================================
|
||||
|
||||
Accelerator Variants: dpd/ext/tstat/kk
|
||||
Accelerator Variants: dpd/ext/tstat/kk dpd/ext/tstat/omp
|
||||
|
||||
Syntax
|
||||
""""""
|
||||
|
||||
@ -190,7 +190,7 @@ void PairDPDExtOMP::eval(int iifrom, int iito, ThrData * const thr)
|
||||
P[2][0] = P[0][2];
|
||||
P[2][1] = P[1][2];
|
||||
P[2][2] = 1.0 - delz*delz*rinv*rinv;
|
||||
|
||||
|
||||
wd = 1.0 - r/cut[itype][jtype];
|
||||
wdPar = pow(wd,ws[itype][jtype]);
|
||||
wdPerp = pow(wd,wsT[itype][jtype]);
|
||||
|
||||
@ -203,7 +203,7 @@ void PairDPDExtTstatOMP::eval(int iifrom, int iito, ThrData * const thr)
|
||||
P[2][0] = P[0][2];
|
||||
P[2][1] = P[1][2];
|
||||
P[2][2] = 1.0 - delz*delz*rinv*rinv;
|
||||
|
||||
|
||||
wd = 1.0 - r/cut[itype][jtype];
|
||||
wdPar = pow(wd,ws[itype][jtype]);
|
||||
wdPerp = pow(wd,wsT[itype][jtype]);
|
||||
|
||||
Reference in New Issue
Block a user