Commit cf0f3b6b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

Update manual for renamed or removed files

parent 8e7ddff6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ KOKKOS, o = USER-OMP, t = OPT.
"smd/tlsph/strain"_compute_smd_tlsph_strain.html,
"smd/tlsph/strain/rate"_compute_smd_tlsph_strain_rate.html,
"smd/tlsph/stress"_compute_smd_tlsph_stress.html,
"smd/triangle/mesh/vertices"_compute_smd_triangle_mesh_vertices.html,
"smd/triangle/mesh/vertices"_compute_smd_triangle_vertices.html,
"smd/ulsph/num/neighs"_compute_smd_ulsph_num_neighs.html,
"smd/ulsph/strain"_compute_smd_ulsph_strain.html,
"smd/ulsph/strain/rate"_compute_smd_ulsph_strain_rate.html,
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ Computes :h1
   compute_smd_tlsph_strain
   compute_smd_tlsph_strain_rate
   compute_smd_tlsph_stress
   compute_smd_triangle_mesh_vertices
   compute_smd_triangle_vertices
   compute_smd_ulsph_num_neighs
   compute_smd_ulsph_strain
   compute_smd_ulsph_strain_rate
+1 −6
Original line number Diff line number Diff line
@@ -384,12 +384,7 @@ change this via the "dump_modify"_dump_modify.html command.
:line

The {fix} keyword can be used with a "fix"_fix.html that produces
objects to be drawn.  An example is the "fix
surface/global"_fix_surface_global.html command which can draw lines
or triangles for 2d/3d simulations.

NOTE: Aug 2016 - The fix surface/global command is not yet added to
LAMMPS.
objects to be drawn.

The {fflag1} and {fflag2} settings are numerical values which are
passed to the fix to affect how the drawing of its objects is done.
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ package"_Build_package.html doc page for more info.

[Related commands:]

"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html,
"smd/triangle_mesh_vertices"_compute_smd_triangle_vertices.html,
"smd/wall_surface"_fix_smd_wall_surface.html

[Default:] none
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ multiple objects in one file.

[Related commands:]

"smd/triangle_mesh_vertices"_compute_smd_triangle_mesh_vertices.html,
"smd/triangle_mesh_vertices"_compute_smd_triangle_vertices.html,
"smd/move_tri_surf"_fix_smd_move_triangulated_surface.html,
"smd/tri_surface"_pair_smd_triangulated_surface.html

Loading