# fix_modify AtC mesh create_nodeset command ## Syntax fix_modify mesh create_nodeset - AtC fixID = ID of [fix atc](fix_atc) instance - mesh create_nodeset = name of the AtC sub-command - id = id to assign to the collection of FE nodes - \ \ \ \ \ \ = coordinates of the bounding box that contains only the desired nodes ## Examples ``` LAMMPS fix_modify AtC mesh create_nodeset lbc -12.1 -11.9 -12 12 -12 12 ``` ## Description Command to assign an id to a set of FE nodes to be used subsequently in defining boundary conditions. ## Restrictions None ## Related AtC commands - [fix_modify AtC command overview](atc_fix_modify) - [fix_modify AtC mesh add_to_nodeset](atc_mesh_add_to_nodeset) ## Default Coordinates are assumed to be in lattice units.