Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
operators::cfl_compressible Interface Reference

Compute CFL condition for compressible flow. More...

Public Member Functions

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)
 

Detailed Description

Definition at line 104 of file operators.f90.

Member Function/Subroutine Documentation

◆ 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 
)

Definition at line 670 of file operators.f90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 690 of file operators.f90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 650 of file operators.f90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: