45 lines
842 B
ReStructuredText
45 lines
842 B
ReStructuredText
.. index:: fix_modify AtC mesh delete_elements
|
|
|
|
fix_modify AtC mesh delete_elements command
|
|
=============================================
|
|
|
|
Syntax
|
|
""""""
|
|
|
|
.. parsed-literal::
|
|
|
|
fix_modify <AtC fixID> mesh delete_elements <id>
|
|
|
|
* AtC fixID = ID of :doc:`fix atc <fix_atc>` instance
|
|
* mesh create_elementset = name of the AtC sub-command
|
|
* id = id of the element set
|
|
|
|
Examples
|
|
""""""""
|
|
|
|
.. code-block:: LAMMPS
|
|
|
|
fix_modify AtC mesh delete_elements gap
|
|
|
|
Description
|
|
"""""""""""
|
|
|
|
Deletes a group of elements from the mesh.
|
|
|
|
Restrictions
|
|
""""""""""""
|
|
|
|
None.
|
|
|
|
Related AtC commands
|
|
""""""""""""""""""""
|
|
|
|
- :ref:`fix_modify AtC command overview <atc_fix_modify>`
|
|
- :doc:`fix_modify AtC mesh create_elementset <atc_mesh_create_elementset>`
|
|
- :doc:`fix_modify AtC mesh nodeset_to_elementset <atc_mesh_nodeset_to_elementset>`
|
|
|
|
Default
|
|
"""""""
|
|
|
|
None.
|