diff --git a/doc/html/info.html b/doc/html/info.html index 8b263884ae..b60c5a6b9d 100644 --- a/doc/html/info.html +++ b/doc/html/info.html @@ -131,10 +131,11 @@
info args
 
-
-
args = one or more of the following keywords: out, all, system, communication, computes, dumps, fixes, groups, regions, variables, time, or configuration
-
out values = screen, log, append filename, overwrite filename:ul
-
+

Examples

@@ -142,6 +143,8 @@ info groups computes variables info all out log info all out append info.txt +info styles all +info styles atom
@@ -179,6 +182,24 @@ selected.

The variables category prints a list of all currently defined variables, their names, styles, definition and last computed value, if available.

+

The styles category prints the list of styles available in LAMMPS. It +supports one of the following options to control what is printed out:

+

The time category prints the accumulated CPU and wall time for the process that writes output (usually MPI rank 0).

The configuration command prints some information about the LAMMPS @@ -198,6 +219,7 @@ reported.

Default

The out option has the default screen.

+

The styles option has the default all.