Unverified Commit 1bb38ed0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Merge commit 'refs/pull/1903/head' of github.com:lammps/lammps into release-preparation

parents 3563d2f1 9ef59497
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
.. index:: change\_box
.. index:: change_box

change\_box command
===================
change_box command
==================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   change_box group-ID parameter args ... keyword args ...

@@ -58,7 +58,7 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all xy final -2.0 z final 0.0 5.0 boundary p p f remap units box
   change_box all x scale 1.1 y volume z volume remap
@@ -114,7 +114,7 @@ new owning processors.
   is non-periodic and atoms extend from 0 to 20 in all dimensions:


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all x final -10 20
   create_atoms 1 single -5 5 5       # this will fail to insert an atom
@@ -195,7 +195,7 @@ style, then both it and the current keyword apply to the keyword
preceding "key".  I.e. this sequence of keywords is allowed:


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all x scale 1.1 y volume z volume

@@ -207,7 +207,7 @@ If the following command is used, then the z box length will shrink by
the same 1.1 factor the x box length was increased by:


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all x scale 1.1 z volume

@@ -217,16 +217,16 @@ y,z box lengths shrink so as to keep their relative aspect ratio
constant:


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all"x scale 1.1 y volume z volume
   change_box all x scale 1.1 y volume z volume

If the following command is used, then the final box will be a factor
of 10% larger in x and y, and a factor of 21% smaller in z, so as to
keep the volume constant:


.. parsed-literal::
.. code-block:: LAMMPS

   change_box all x scale 1.1 z volume y scale 1.1 z volume

+7 −7
Original line number Diff line number Diff line
.. index:: comm\_modify
.. index:: comm_modify

comm\_modify command
====================
comm_modify command
===================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   comm_modify keyword value ...

@@ -30,14 +30,14 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   comm_modify mode multi
   comm_modify mode multi group solvent
   comm_modift mode multi cutoff/multi 1 10.0 cutoff/multi 2\*4 15.0
   comm_modift mode multi cutoff/multi 1 10.0 cutoff/multi 2*4 15.0
   comm_modify vel yes
   comm_modify mode single cutoff 5.0 vel yes
   comm_modify cutoff/multi \* 0.0
   comm_modify cutoff/multi * 0.0

Description
"""""""""""
+5 −5
Original line number Diff line number Diff line
.. index:: comm\_style
.. index:: comm_style

comm\_style command
===================
comm_style command
==================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   comm_style style

@@ -17,7 +17,7 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   comm_style brick
   comm_style tiled
+5 −5
Original line number Diff line number Diff line
.. index:: compute\_modify
.. index:: compute_modify

compute\_modify command
=======================
compute_modify command
======================

Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   compute_modify compute-ID keyword value ...

@@ -30,7 +30,7 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   compute_modify myTemp extra/dof 0
   compute_modify newtemp dynamic/dof yes extra/dof 600
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Syntax
""""""


.. parsed-literal::
.. code-block:: LAMMPS

   compute ID group-ID smd/ulsph/num/neighs

@@ -18,7 +18,7 @@ Examples
""""""""


.. parsed-literal::
.. code-block:: LAMMPS

   compute 1 all smd/ulsph/num/neighs

Loading