Region¶
-
class
narupatools.lammps.region.Region(simulation: Any, id: str, specification: narupatools.lammps.region.RegionSpecification)¶ Region defined in a LAMMPS simulation.
Inheritance

Methods
Initialize self.
-
__init__(simulation: Any, id: str, specification: narupatools.lammps.region.RegionSpecification)¶ Initialize self. See help(type(self)) for accurate signature.
Attributes
ID of this region.
Specification used for this region.
-
id¶ ID of this region.
-
specification¶ Specification used for this region.
-