Commit 0ca02b6f authored by Steve Plimpton's avatar Steve Plimpton
Browse files

added new commands to doc pages, fixed a few missing entries as well

parent fe07ad27
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ An alphabetic list of all LAMMPS commands.
"fix_modify"_fix_modify.html,
"group"_group.html,
"group2ndx"_group2ndx.html,
"hyper"_hyper.html,
"if"_if.html,
"info"_info.html,
"improper_coeff"_improper_coeff.html,
+5 −2
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ OPT.
"grem"_fix_grem.html,
"halt"_fix_halt.html,
"heat"_fix_heat.html,
"hyper/global"_fix_hyper_global.html,
"hyper/local"_fix_hyper_local.html,
"imd"_fix_imd.html,
"indent"_fix_indent.html,
"ipi"_fix_ipi.html,
@@ -108,7 +110,7 @@ OPT.
"nph/asphere (o)"_fix_nph_asphere.html,
"nph/body"_fix_nph_body.html,
"nph/eff"_fix_nh_eff.html,
"nph/sphere (ko)"_fix_nph_sphere.html,
"nph/sphere (o)"_fix_nph_sphere.html,
"nphug (o)"_fix_nphug.html,
"npt (iko)"_fix_nh.html,
"npt/asphere (o)"_fix_npt_asphere.html,
@@ -128,7 +130,7 @@ OPT.
"nve/line"_fix_nve_line.html,
"nve/manifold/rattle"_fix_nve_manifold_rattle.html,
"nve/noforce"_fix_nve_noforce.html,
"nve/sphere (o)"_fix_nve_sphere.html,
"nve/sphere (ko)"_fix_nve_sphere.html,
"nve/spin"_fix_nve_spin.html,
"nve/tri"_fix_nve_tri.html,
"nvk"_fix_nvk.html,
@@ -147,6 +149,7 @@ OPT.
"phonon"_fix_phonon.html,
"pimd"_fix_pimd.html,
"planeforce"_fix_planeforce.html,
"plumed"_fix_plumed.html,
"poems"_fix_poems.html,
"pour"_fix_pour.html,
"precession/spin"_fix_precession_spin.html,
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ Commands :h1
   fix_modify
   group
   group2ndx
   hyper
   if
   improper_coeff
   improper_style
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ compute"_Commands_compute.html doc page are followed by one or more of
(g,i,k,o,t) to indicate which accelerated styles exist.

"ackland/atom"_compute_ackland_atom.html - 
"adf"_compute_adf.html - angular distribution function
"aggregate/atom"_compute_cluster_atom.html - aggregate ID for each atom
"angle"_compute_angle.html - 
"angle/local"_compute_angle_local.html - 
+4 −0
Original line number Diff line number Diff line
@@ -221,6 +221,8 @@ accelerated styles exist.
"grem"_fix_grem.html - 
"halt"_fix_halt.html - terminate a dynamics run or minimization
"heat"_fix_heat.html - add/subtract momentum-conserving heat
"hyper/global"_fix_hyper_global.html - global hyperdynamics
"hyper/local"_fix_hyper_local.html - local hyperdynamics
"imd"_fix_imd.html - 
"indent"_fix_indent.html - impose force due to an indenter
"ipi"_fix_ipi.html - 
@@ -238,6 +240,7 @@ accelerated styles exist.
"manifoldforce"_fix_manifoldforce.html - 
"meso"_fix_meso.html - 
"meso"_fix_meso_move.html - move mesoscopic SPH/SDPD particles in a prescribed fashion
"meso/move"_fix_meso_move.html - 
"meso/stationary"_fix_meso_stationary.html - 
"momentum"_fix_momentum.html - zero the linear and/or angular momentum of a group of atoms
"move"_fix_move.html - move atoms in a prescribed fashion
@@ -293,6 +296,7 @@ accelerated styles exist.
"phonon"_fix_phonon.html - 
"pimd"_fix_pimd.html - 
"planeforce"_fix_planeforce.html - constrain atoms to move in a plane
"plumed"_fix_plumed.html - wrapper on PLUMED free energy library
"poems"_fix_poems.html - constrain clusters of atoms to move as coupled rigid bodies
"pour"_fix_pour.html - pour new atoms/molecules into a granular simulation domain
"precession/spin"_fix_precession_spin.html - 
Loading