TemperatureGradients

Type Alias TemperatureGradients 

Source
pub type TemperatureGradients<const N: usize> = TensorRank1List<3, 0, N>;
Expand description

A list of temperature gradients.

Aliased Typeยง

pub struct TemperatureGradients<const N: usize>(/* private fields */);