.. index:: fix_modify AtC mesh create fix_modify AtC mesh create command =================================== Syntax """""" .. parsed-literal:: fix_modify mesh create * AtC fixID = ID of :doc:`fix atc ` instance * mesh create = name of the AtC sub-command * nx ny nz = number of elements in x-, y-, and z-direction * region-ID = ID of region that is to be meshed * f or p = periodicity flags for x-, y-, and z-direction Examples """""""" .. code-block:: LAMMPS fix_modify AtC mesh create 10 1 1 feRegion p p p Description """"""""""" Creates a uniform mesh in a rectangular region. Restrictions """""""""""" Creates only uniform rectangular grids in a rectangular region Related AtC commands """""""""""""""""""" - :ref:`fix_modify AtC command overview ` - :doc:`fix_modify AtC mesh quadrature ` Default """"""" When created, the mesh defaults to gauss2 (2-point Gaussian) quadrature. Use the :doc:`fix_modify AtC mesh quadrature ` command to change the quadrature style.