Skip to content
Snippets Groups Projects
Commit d3f7f3e8 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@709 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 86e14883
No related branches found
No related tags found
No related merge requests found
...@@ -334,9 +334,10 @@ descriptions of each style or click on the style itself for a full ...@@ -334,9 +334,10 @@ descriptions of each style or click on the style itself for a full
description: description:
</P> </P>
<DIV ALIGN=center><TABLE WIDTH="0%" BORDER=1 > <DIV ALIGN=center><TABLE WIDTH="0%" BORDER=1 >
<TR ALIGN="center"><TD ><A HREF = "compute_centro_atom.html">centro/atom</A></TD><TD ><A HREF = "compute_coord_atom.html">coord/atom</A></TD><TD ><A HREF = "compute_epair_atom.html">epair/atom</A></TD><TD ><A HREF = "compute_etotal_atom.html">etotal/atom</A></TD><TD ><A HREF = "compute_ke_atom.html">ke/atom</A></TD><TD ><A HREF = "compute_pressure.html">pressure</A></TD></TR> <TR ALIGN="center"><TD ><A HREF = "compute_centro_atom.html">centro/atom</A></TD><TD ><A HREF = "compute_coord_atom.html">coord/atom</A></TD><TD ><A HREF = "compute_ebond_atom.html">ebond/atom</A></TD><TD ><A HREF = "compute_epair_atom.html">epair/atom</A></TD><TD ><A HREF = "compute_etotal_atom.html">etotal/atom</A></TD><TD ><A HREF = "compute_ke_atom.html">ke/atom</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_rotate_dipole.html">rotate/dipole</A></TD><TD ><A HREF = "compute_rotate_gran.html">rotate/gran</A></TD><TD ><A HREF = "compute_stress_atom.html">stress/atom</A></TD><TD ><A HREF = "compute_temp.html">temp</A></TD><TD ><A HREF = "compute_temp_deform.html">temp/deform</A></TD><TD ><A HREF = "compute_temp_asphere.html">temp/asphere</A></TD></TR> <TR ALIGN="center"><TD ><A HREF = "compute_pressure.html">pressure</A></TD><TD ><A HREF = "compute_rotate_dipole.html">rotate/dipole</A></TD><TD ><A HREF = "compute_rotate_gran.html">rotate/gran</A></TD><TD ><A HREF = "compute_stress_atom.html">stress/atom</A></TD><TD ><A HREF = "compute_temp.html">temp</A></TD><TD ><A HREF = "compute_temp_deform.html">temp/deform</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_temp_dipole.html">temp/dipole</A></TD><TD ><A HREF = "compute_temp_partial.html">temp/partial</A></TD><TD ><A HREF = "compute_temp_ramp.html">temp/ramp</A></TD><TD ><A HREF = "compute_temp_region.html">temp/region</A></TD><TD ><A HREF = "compute_variable.html">variable</A></TD><TD ><A HREF = "compute_variable_atom.html">variable/atom</A> <TR ALIGN="center"><TD ><A HREF = "compute_temp_asphere.html">temp/asphere</A></TD><TD ><A HREF = "compute_temp_dipole.html">temp/dipole</A></TD><TD ><A HREF = "compute_temp_partial.html">temp/partial</A></TD><TD ><A HREF = "compute_temp_ramp.html">temp/ramp</A></TD><TD ><A HREF = "compute_temp_region.html">temp/region</A></TD><TD ><A HREF = "compute_variable.html">variable</A></TD></TR>
<TR ALIGN="center"><TD ><A HREF = "compute_variable_atom.html">variable/atom</A>
</TD></TR></TABLE></DIV> </TD></TR></TABLE></DIV>
<HR> <HR>
......
...@@ -437,6 +437,7 @@ description: ...@@ -437,6 +437,7 @@ description:
"centro/atom"_compute_centro_atom.html, "centro/atom"_compute_centro_atom.html,
"coord/atom"_compute_coord_atom.html, "coord/atom"_compute_coord_atom.html,
"ebond/atom"_compute_ebond_atom.html,
"epair/atom"_compute_epair_atom.html, "epair/atom"_compute_epair_atom.html,
"etotal/atom"_compute_etotal_atom.html, "etotal/atom"_compute_etotal_atom.html,
"ke/atom"_compute_ke_atom.html, "ke/atom"_compute_ke_atom.html,
......
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
</H3> </H3>
<P><B>Syntax:</B> <P><B>Syntax:</B>
</P> </P>
<PRE>dump_modify dump-ID keyword args ... <PRE>dump_modify dump-ID keyword values ...
</PRE> </PRE>
<UL><LI>dump-ID = ID of dump to modify <UL><LI>dump-ID = ID of dump to modify
<LI>one or more keyword/arg pairs may be appended <LI>one or more keyword/value pairs may be appended
<LI>keyword = <I>format</I> or <I>scale</I> or <I>image</I> or <I>header</I> or <I>flush</I> or <I>region</I> or <I>thresh</I> <LI>keyword = <I>format</I> or <I>scale</I> or <I>image</I> or <I>header</I> or <I>flush</I> or <I>region</I> or <I>thresh</I>
......
...@@ -10,10 +10,10 @@ dump_modify command :h3 ...@@ -10,10 +10,10 @@ dump_modify command :h3
[Syntax:] [Syntax:]
dump_modify dump-ID keyword args ... :pre dump_modify dump-ID keyword values ... :pre
dump-ID = ID of dump to modify :ulb,l dump-ID = ID of dump to modify :ulb,l
one or more keyword/arg pairs may be appended :l one or more keyword/value pairs may be appended :l
keyword = {format} or {scale} or {image} or {header} or {flush} or {region} or {thresh} :l keyword = {format} or {scale} or {image} or {header} or {flush} or {region} or {thresh} :l
{format} arg = C-style format string for one line of output {format} arg = C-style format string for one line of output
{scale} arg = {yes} or {no} {scale} arg = {yes} or {no}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment