VariableType

class narupatools.lammps.constants.VariableType(value)

Variable types that can be used for extract_compute.

Inheritance

Inheritance diagram of VariableType

Attributes

ARRAY

Variable is a 2D array.

SCALAR

Variable is a single scalar value.

VECTOR

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.