mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15176 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
58a091c773
commit
c2c73fd8a3
|
@ -135,7 +135,7 @@
|
|||
<H1></H1><div class="section" id="lammps-documentation">
|
||||
<h1>LAMMPS Documentation</h1>
|
||||
<div class="section" id="jun-2016-version">
|
||||
<h2>8 Jun 2016 version</h2>
|
||||
<h2>14 Jun 2016 version</h2>
|
||||
</div>
|
||||
<div class="section" id="version-info">
|
||||
<h2>Version info:</h2>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
LAMMPS Documentation
|
||||
====================
|
||||
|
||||
8 Jun 2016 version
|
||||
------------------
|
||||
14 Jun 2016 version
|
||||
-------------------
|
||||
|
||||
Version info:
|
||||
-------------
|
||||
|
|
|
@ -309,7 +309,7 @@ beginning of the run to give the desired estimated error. Other
|
|||
cutoffs such as LJ will not be affected. If the grid is not set using
|
||||
the <em>mesh</em> command, this command will also attempt to use the optimal
|
||||
grid that minimizes cost using an estimate given by
|
||||
<a class="reference internal" href="#hardy"><span class="std std-ref">(Hardy)</span></a>. Note that this cost estimate is not exact, somewhat
|
||||
<a class="reference internal" href="kspace_style.html#hardy"><span class="std std-ref">(Hardy)</span></a>. Note that this cost estimate is not exact, somewhat
|
||||
experimental, and still may not yield the optimal parameters.</p>
|
||||
<p>The <em>pressure/scalar</em> keyword applies only to MSM. If this option is
|
||||
turned on, only the scalar pressure (i.e. (Pxx + Pyy + Pzz)/3.0) will
|
||||
|
@ -334,7 +334,7 @@ collective operations and adequate hardware.</p>
|
|||
<p>The <em>diff</em> keyword specifies the differentiation scheme used by the
|
||||
PPPM method to compute forces on particles given electrostatic
|
||||
potentials on the PPPM mesh. The <em>ik</em> approach is the default for
|
||||
PPPM and is the original formulation used in <a class="reference internal" href="#hockney"><span class="std std-ref">(Hockney)</span></a>. It
|
||||
PPPM and is the original formulation used in <a class="reference internal" href="kspace_style.html#hockney"><span class="std std-ref">(Hockney)</span></a>. It
|
||||
performs differentiation in Kspace, and uses 3 FFTs to transfer each
|
||||
component of the computed fields back to real space for total of 4
|
||||
FFTs per timestep.</p>
|
||||
|
@ -369,7 +369,7 @@ speed-up the simulations but introduces some error in the force
|
|||
computations, as shown in <a class="reference internal" href="#wennberg"><span class="std std-ref">(Wennberg)</span></a>. With <em>none</em>, it is
|
||||
assumed that no mixing rule is applicable. Splitting of the dispersion
|
||||
coefficients will be performed as described in
|
||||
<a class="reference internal" href="#isele-holder"><span class="std std-ref">(Isele-Holder)</span></a>. This splitting can be influenced with
|
||||
<a class="reference internal" href="kspace_style.html#isele-holder"><span class="std std-ref">(Isele-Holder)</span></a>. This splitting can be influenced with
|
||||
the <em>splittol</em> keywords. Only the eigenvalues that are larger than tol
|
||||
compared to the largest eigenvalues are included. Using this keywords
|
||||
the original matrix of dispersion coefficients is approximated. This
|
||||
|
@ -377,7 +377,7 @@ leads to faster computations, but the accuracy in the reciprocal space
|
|||
computations of the dispersion part is decreased.</p>
|
||||
<p>The <em>force/disp/real</em> and <em>force/disp/kspace</em> keywords set the force
|
||||
accuracy for the real and space computations for the dispersion part
|
||||
of pppm/disp. As shown in <a class="reference internal" href="#isele-holder"><span class="std std-ref">(Isele-Holder)</span></a>, optimal
|
||||
of pppm/disp. As shown in <a class="reference internal" href="kspace_style.html#isele-holder"><span class="std std-ref">(Isele-Holder)</span></a>, optimal
|
||||
performance and accuracy in the results is obtained when these values
|
||||
are different.</p>
|
||||
<p>The <em>disp/auto</em> option controlls whether the pppm/disp is allowed to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- HTML_ONLY -->
|
||||
<HEAD>
|
||||
<TITLE>LAMMPS Users Manual</TITLE>
|
||||
<META NAME="docnumber" CONTENT="8 Jun 2016 version">
|
||||
<META NAME="docnumber" CONTENT="14 Jun 2016 version">
|
||||
<META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories">
|
||||
<META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License.">
|
||||
</HEAD>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<H1></H1>
|
||||
|
||||
LAMMPS Documentation :c,h3
|
||||
8 Jun 2016 version :c,h4
|
||||
14 Jun 2016 version :c,h4
|
||||
|
||||
Version info: :h4
|
||||
|
||||
|
|
Loading…
Reference in New Issue