Skip to main content

CurrentVelocities

Type Alias CurrentVelocities 

Source
pub type CurrentVelocities<const W: usize> = TensorRank1List<3, Current, W, Velocity>;
Expand description

A list of velocities in the current configuration.

Aliased Typeยง

pub struct CurrentVelocities<const W: usize>(/* private fields */);