14 Real *h_circ_vel_x, *h_circ_vel_y;
18 Real *d_circ_vel_x, *d_circ_vel_y;
19 void Compute_Gas_Velocity_Dispersion_GPU(
Grid3D& G);
25 int countUnresolved{0};
27 Real totalMomentum{0};
28 Real totalUnresEnergy{0};
29 Real totalWindMomentum{0};
30 Real totalWindEnergy{0};
35 void Compute_Gas_Velocity_Dispersion(
Grid3D& G);