Compute CFL condition for compressible flow.
More...
|
| real(kind=rp) function | cfl_compressible_r4 (dt, max_wave_speed, xh, coef, nelv, gdim) |
| |
| real(kind=rp) function | cfl_compressible_d (dt, max_wave_speed, xh, coef, nelv, gdim) |
| |
| real(kind=rp) function | cfl_compressible_f (dt, max_wave_speed, xh, coef, nelv, gdim) |
| |
Definition at line 104 of file operators.f90.
◆ cfl_compressible_d()
| real(kind=rp) function operators::cfl_compressible::cfl_compressible_d |
( |
real(kind=rp), intent(in) |
dt, |
|
|
type(c_ptr), intent(in) |
max_wave_speed, |
|
|
type(space_t), intent(in) |
xh, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
integer, intent(in) |
nelv, |
|
|
integer, intent(in) |
gdim |
|
) |
| |
◆ cfl_compressible_f()
| real(kind=rp) function operators::cfl_compressible::cfl_compressible_f |
( |
real(kind=rp), intent(in) |
dt, |
|
|
type(field_t), intent(in) |
max_wave_speed, |
|
|
type(space_t), intent(in) |
xh, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
integer, intent(in) |
nelv, |
|
|
integer, intent(in) |
gdim |
|
) |
| |
◆ cfl_compressible_r4()
| real(kind=rp) function operators::cfl_compressible::cfl_compressible_r4 |
( |
real(kind=rp), intent(in) |
dt, |
|
|
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous |
max_wave_speed, |
|
|
type(space_t), intent(in) |
xh, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
integer, intent(in) |
nelv, |
|
|
integer, intent(in) |
gdim |
|
) |
| |
The documentation for this interface was generated from the following file: