From cf0f3b6b618e1f12456c3c41def8c48bbd1c235f Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Thu, 27 Sep 2018 06:23:59 -0400 Subject: [PATCH] Update manual for renamed or removed files --- doc/src/Commands_compute.txt | 2 +- doc/src/computes.txt | 2 +- doc/src/dump_image.txt | 7 +------ doc/src/fix_smd_move_triangulated_surface.txt | 2 +- doc/src/fix_smd_wall_surface.txt | 2 +- doc/src/fixes.txt | 2 +- doc/src/lammps.book | 4 ++-- 7 files changed, 8 insertions(+), 13 deletions(-) diff --git a/doc/src/Commands_compute.txt b/doc/src/Commands_compute.txt index 6185634187..724eeef98e 100644 --- a/doc/src/Commands_compute.txt +++ b/doc/src/Commands_compute.txt @@ -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, diff --git a/doc/src/computes.txt b/doc/src/computes.txt index a6a194ac24..e2d55605d3 100644 --- a/doc/src/computes.txt +++ b/doc/src/computes.txt @@ -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 diff --git a/doc/src/dump_image.txt b/doc/src/dump_image.txt index 9b56dd95a6..df1ff324c1 100644 --- a/doc/src/dump_image.txt +++ b/doc/src/dump_image.txt @@ -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. diff --git a/doc/src/fix_smd_move_triangulated_surface.txt b/doc/src/fix_smd_move_triangulated_surface.txt index 2a998ba8c6..fca21b78f7 100644 --- a/doc/src/fix_smd_move_triangulated_surface.txt +++ b/doc/src/fix_smd_move_triangulated_surface.txt @@ -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 diff --git a/doc/src/fix_smd_wall_surface.txt b/doc/src/fix_smd_wall_surface.txt index dc3625e95e..47527363a2 100644 --- a/doc/src/fix_smd_wall_surface.txt +++ b/doc/src/fix_smd_wall_surface.txt @@ -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 diff --git a/doc/src/fixes.txt b/doc/src/fixes.txt index f2f257b134..7b4fdc429b 100644 --- a/doc/src/fixes.txt +++ b/doc/src/fixes.txt @@ -92,6 +92,7 @@ Fixes :h1 fix_nve fix_nve_asphere fix_nve_asphere_noforce + fix_nve_awpmd fix_nve_body fix_nve_dot fix_nve_dotc_langevin @@ -154,7 +155,6 @@ Fixes :h1 fix_srd fix_store_force fix_store_state - fix_surface_global fix_temp_berendsen fix_temp_csvr fix_temp_rescale diff --git a/doc/src/lammps.book b/doc/src/lammps.book index 0e5ceae861..972b026fde 100644 --- a/doc/src/lammps.book +++ b/doc/src/lammps.book @@ -311,6 +311,7 @@ fix_npt_sphere.html fix_nve.html fix_nve_asphere.html fix_nve_asphere_noforce.html +fix_nve_awpmd.html fix_nve_body.html fix_nve_dot.html fix_nve_dotc_langevin.html @@ -374,7 +375,6 @@ fix_spring_self.html fix_srd.html fix_store_force.html fix_store_state.html -fix_surface_global.html fix_temp_berendsen.html fix_temp_csvr.html fix_temp_rescale.html @@ -488,7 +488,7 @@ compute_smd_tlsph_shape.html compute_smd_tlsph_strain.html compute_smd_tlsph_strain_rate.html compute_smd_tlsph_stress.html -compute_smd_triangle_mesh_vertices.html +compute_smd_triangle_vertices.html compute_smd_ulsph_num_neighs.html compute_smd_ulsph_strain.html compute_smd_ulsph_strain_rate.html -- GitLab