forked from lijiext/lammps
corrections for broken links in the html docs
This commit is contained in:
parent
d877a12e0c
commit
42948b60ee
|
@ -1158,7 +1158,7 @@ styles"_pair_style.html that generate torque:
|
|||
"pair_style lubricate"_pair_lubricate.html
|
||||
"pair_style line/lj"_pair_line_lj.html
|
||||
"pair_style tri/lj"_pair_tri_lj.html
|
||||
"pair_style body"_pair_body.html :ul
|
||||
"pair_style body"_pair_body_nparticle.html :ul
|
||||
|
||||
The granular pair styles are used with spherical particles. The
|
||||
dipole pair style is used with the dipole atom style, which could be
|
||||
|
@ -1269,7 +1269,7 @@ list of sub-particles. Individual body partices are typically treated
|
|||
as rigid bodies, and their motion integrated with a command like "fix
|
||||
nve/body"_fix_nve_body.html. Interactions between pairs of body
|
||||
particles are computed via a command like "pair_style
|
||||
body"_pair_body.html.
|
||||
body"_pair_body_nparticle.html.
|
||||
|
||||
:line
|
||||
|
||||
|
|
|
@ -168,6 +168,8 @@ Fixes :h1
|
|||
fix_viscosity
|
||||
fix_viscous
|
||||
fix_wall
|
||||
fix_wall_body_polygon
|
||||
fix_wall_body_polyhedron
|
||||
fix_wall_ees
|
||||
fix_wall_gran
|
||||
fix_wall_gran_region
|
||||
|
|
|
@ -10,8 +10,9 @@ Pair Styles :h1
|
|||
pair_airebo
|
||||
pair_awpmd
|
||||
pair_beck
|
||||
pair_body
|
||||
pair_body_nparticle
|
||||
pair_body_rounded_polygon
|
||||
pair_body_rounded_polyhedron
|
||||
pair_bop
|
||||
pair_born
|
||||
pair_brownian
|
||||
|
|
Loading…
Reference in New Issue