VariableStyle

class narupatools.lammps.constants.VariableStyle(value)

Variable styles that can be used for extract_compute.

Inheritance

Inheritance diagram of VariableStyle

Attributes

ATOM

Per atom variable.

GLOBAL

Global variable.

LOCAL

Local variable.

ATOM = 1

Per atom variable.

GLOBAL = 0

Global variable.

LOCAL = 2

Local variable.