Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
a9e9a204
Commit
a9e9a204
authored
7 years ago
by
Stefan Paquay
Browse files
Options
Downloads
Patches
Plain Diff
Fixes/clarifies the fix_property_atom docs.
parent
d029cb90
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/fix_property_atom.txt
+5
-1
5 additions, 1 deletion
doc/src/fix_property_atom.txt
with
5 additions
and
1 deletion
doc/src/fix_property_atom.txt
+
5
−
1
View file @
a9e9a204
...
@@ -111,6 +111,10 @@ need to communicate their new values to/from ghost atoms, an operation
...
@@ -111,6 +111,10 @@ need to communicate their new values to/from ghost atoms, an operation
that can be invoked from within a "pair style"_pair_style.html or
that can be invoked from within a "pair style"_pair_style.html or
"fix"_fix.html or "compute"_compute.html that you write.
"fix"_fix.html or "compute"_compute.html that you write.
NOTE: If this fix is defined _after_ the simulation box is created,
a 'run 0' command should be issued to properly initialize the storage
created by this fix.
:line
:line
This fix is one of a small number that can be defined in an input
This fix is one of a small number that can be defined in an input
...
@@ -155,7 +159,7 @@ these commands could be used:
...
@@ -155,7 +159,7 @@ these commands could be used:
fix prop all property/atom mol
fix prop all property/atom mol
variable cluster atom ((id-1)/10)+1
variable cluster atom ((id-1)/10)+1
set
id
* mol v_cluster :pre
set
atom
* mol v_cluster :pre
The "atom-style variable"_variable.html will create values for atoms
The "atom-style variable"_variable.html will create values for atoms
with IDs 31,32,33,...40 that are 4.0,4.1,4.2,...,4.9. When the
with IDs 31,32,33,...40 that are 4.0,4.1,4.2,...,4.9. When the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment