39 lines
742 B
ReStructuredText
39 lines
742 B
ReStructuredText
.. index:: fix_modify AtC control mask_direction
|
|
|
|
fix_modify AtC control mask_direction command
|
|
=============================================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
.. code-block:: LAMMPS
|
|
|
|
fix_modify <AtC fixID> control mask_direction <direction> <on|off>
|
|
|
|
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
|
|
* control mask_direction = name of the AtC sub-command
|
|
* direction = select direction
|
|
* *on* or *off* = Toggles state
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. code-block:: LAMMPS
|
|
|
|
fix_modify AtC control mask_direction 0 on
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
Command to mask out certain dimensions from the atomic regulator
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
None.
|
|
|
|
Related AtC commands
|
|
""""""""""""""""""""
|
|
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
|
|
|