diff --git a/doc/src/fix_print.rst b/doc/src/fix_print.rst index 0594c8d421..938b40d1f9 100644 --- a/doc/src/fix_print.rst +++ b/doc/src/fix_print.rst @@ -44,6 +44,10 @@ one word. If it contains variables it must be enclosed in double quotes to ensure they are not evaluated when the input script line is read, but will instead be evaluated each time the string is printed. +.. versionadded:: TBD + + support for vector style variables + See the :doc:`variable ` command for a description of *equal* and *vector* style variables which are typically the most useful ones to use with the print command. Equal- and vector-style diff --git a/doc/src/print.rst b/doc/src/print.rst index 68fe8416dd..f5a872e768 100644 --- a/doc/src/print.rst +++ b/doc/src/print.rst @@ -46,6 +46,10 @@ lines of output, the string can be enclosed in triple quotes, as in the last example above. If the text string contains variables, they will be evaluated and their current values printed. +.. versionadded:: TBD + + support for vector style variables + See the :doc:`variable ` command for a description of *equal* and *vector* style variables which are typically the most useful ones to use with the print command. Equal- and vector-style diff --git a/doc/src/variable.rst b/doc/src/variable.rst index e7c7cdcb44..83ef6f4ac4 100644 --- a/doc/src/variable.rst +++ b/doc/src/variable.rst @@ -44,7 +44,7 @@ Syntax pad = all values will be same length, e.g. 001, 002, ..., 100 *universe* args = one or more strings *world* args = one string for each partition of processors - + *equal* or *vector* or *atom* args = one formula containing numbers, thermo keywords, math operations, built-in functions, atom values and vectors, compute/fix/variable references numbers = 0.0, 100, -5.4, 2.8e-4, etc constants = PI, version, on, off, true, false, yes, no @@ -1313,6 +1313,8 @@ Vectors" discussion above. Vector Initialization --------------------- +.. versionadded:: TBD + *Vector*-style variables only can be initialized with a special syntax, instead of using a formula. The syntax is a bracketed, comma-separated syntax like the following: