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

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