VariableType¶
-
class
narupatools.lammps.constants.VariableType(value)¶ Variable types that can be used for extract_compute.
Inheritance

Attributes
Variable is a 2D array.
Variable is a single scalar value.
Variable is a 1D array.
-
ARRAY= 2¶ Variable is a 2D array.
-
SCALAR= 0¶ Variable is a single scalar value.
-
VECTOR= 1¶ Variable is a 1D array.
-