pub fn transport_step(
solver: &mut TransportSolver,
p_aux_mw: f64,
dt: f64,
) -> FusionResult<()>Expand description
Single transport timestep helper with explicit dt control.
pub fn transport_step(
solver: &mut TransportSolver,
p_aux_mw: f64,
dt: f64,
) -> FusionResult<()>Single transport timestep helper with explicit dt control.