pub fn launch_density_pass(grid: &mut GpuSphGrid, nu: f64)Expand description
Orchestrate a full SPH density pass.
Runs, in order:
gpu_density_kernel— compute densitiesgpu_pressure_tait— update pressures via Tait EOSgpu_force_kernel— compute pressure + viscosity forces