git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6809 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,15 +11,15 @@
|
||||
This section describes how a LAMMPS input script is formatted and what
|
||||
commands are used to define a LAMMPS simulation.
|
||||
|
||||
3.1 "LAMMPS input script"_#3_1
|
||||
3.2 "Parsing rules"_#3_2
|
||||
3.3 "Input script structure"_#3_3
|
||||
3.4 "Commands listed by category"_#3_4
|
||||
3.5 "Commands listed alphabetically"_#3_5 :all(b)
|
||||
3.1 "LAMMPS input script"_#cmd_1
|
||||
3.2 "Parsing rules"_#cmd_2
|
||||
3.3 "Input script structure"_#cmd_3
|
||||
3.4 "Commands listed by category"_#cmd_4
|
||||
3.5 "Commands listed alphabetically"_#cmd_5 :all(b)
|
||||
|
||||
:line
|
||||
|
||||
3.1 LAMMPS input script :link(3_1),h4
|
||||
3.1 LAMMPS input script :link(cmd_1),h4
|
||||
|
||||
LAMMPS executes by reading commands from a input script (text file),
|
||||
one line at a time. When the input script ends, LAMMPS exits. Each
|
||||
@ -72,7 +72,7 @@ command lists restrictions on how the command can be used.
|
||||
|
||||
:line
|
||||
|
||||
3.2 Parsing rules :link(3_2),h4
|
||||
3.2 Parsing rules :link(cmd_2),h4
|
||||
|
||||
Each non-blank line in the input script is treated as a command.
|
||||
LAMMPS commands are case sensitive. Command names are lower-case, as
|
||||
@ -131,7 +131,7 @@ allowed, but that should be sufficient for most use cases.
|
||||
|
||||
:line
|
||||
|
||||
3.3 Input script structure :h4,link(3_3)
|
||||
3.3 Input script structure :h4,link(cmd_3)
|
||||
|
||||
This section describes the structure of a typical LAMMPS input script.
|
||||
The "examples" directory in the LAMMPS distribution contains many
|
||||
@ -220,11 +220,11 @@ the "minimize"_minimize.html command. A parallel tempering
|
||||
|
||||
:line
|
||||
|
||||
3.4 Commands listed by category :link(3_4),h4
|
||||
3.4 Commands listed by category :link(cmd_4),h4
|
||||
|
||||
This section lists all LAMMPS commands, grouped by category. The
|
||||
"next section"_#3_5 lists the same commands alphabetically. Note that
|
||||
some style options for some commands are part of specific LAMMPS
|
||||
"next section"_#cmd_5 lists the same commands alphabetically. Note
|
||||
that some style options for some commands are part of specific LAMMPS
|
||||
packages, which means they cannot be used unless the package was
|
||||
included when LAMMPS was built. Not all packages are included in a
|
||||
default LAMMPS build. These dependencies are listed as Restrictions
|
||||
@ -297,12 +297,12 @@ Miscellaneous:
|
||||
|
||||
:line
|
||||
|
||||
3.5 Individual commands :h4,link(3_5),link(comm)
|
||||
3.5 Individual commands :h4,link(cmd_5),link(comm)
|
||||
|
||||
This section lists all LAMMPS commands alphabetically, with a separate
|
||||
listing below of styles within certain commands. The "previous
|
||||
section"_#3_4 lists the same commands, grouped by category. Note that
|
||||
some style options for some commands are part of specific LAMMPS
|
||||
section"_#cmd_4 lists the same commands, grouped by category. Note
|
||||
that some style options for some commands are part of specific LAMMPS
|
||||
packages, which means they cannot be used unless the package was
|
||||
included when LAMMPS was built. Not all packages are included in a
|
||||
default LAMMPS build. These dependencies are listed as Restrictions
|
||||
|
||||
Reference in New Issue
Block a user