Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
compressible_ops_device.F90 File Reference

Go to the source code of this file.

Data Types

interface  compressible_ops_device::hip_compute_max_wave_speed
 
interface  compressible_ops_device::hip_compute_entropy
 

Modules

module  compressible_ops_device
 Device implementation of compressible flow operations.
 

Functions/Subroutines

subroutine, public compressible_ops_device::compressible_ops_device_compute_max_wave_speed (max_wave_speed, u, v, w, gamma, p, rho, n)
 Compute maximum wave speed for compressible flows on device.
 
subroutine, public compressible_ops_device::compressible_ops_device_compute_entropy (s, p, rho, gamma, n)
 Compute entropy field S = 1/(gamma-1) * rho * (log(p) - gamma * log(rho)) on device.