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

Compute CFL condition. More...

Public Member Functions

real(kind=rp) function cfl_r4 (dt, u, v, w, xh, coef, nelv, gdim)
 
real(kind=rp) function cfl_d (dt, u_d, v_d, w_d, xh, coef, nelv, gdim)
 
real(kind=rp) function cfl_f (dt, u, v, w, xh, coef, nelv, gdim)
 

Detailed Description

Definition at line 97 of file operators.f90.

Member Function/Subroutine Documentation

◆ cfl_d()

real(kind=rp) function operators::cfl::cfl_d ( real(kind=rp), intent(in dt,
type(c_ptr), intent(in u_d,
type(c_ptr), intent(in v_d,
type(c_ptr), intent(in w_d,
type(space_t), intent(in xh,
type(coef_t), intent(in coef,
integer, intent(in nelv,
integer, intent(in gdim 
)

Definition at line 601 of file operators.f90.

◆ cfl_f()

real(kind=rp) function operators::cfl::cfl_f ( real(kind=rp), intent(in dt,
type(field_t), intent(in u,
type(field_t), intent(in v,
type(field_t), intent(in w,
type(space_t), intent(in xh,
type(coef_t), intent(in coef,
integer, intent(in nelv,
integer, intent(in gdim 
)

Definition at line 619 of file operators.f90.

Here is the call graph for this function:

◆ cfl_r4()

real(kind=rp) function operators::cfl::cfl_r4 ( real(kind=rp), intent(in dt,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  u,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  v,
real(kind=rp), dimension(:,:,:,:), intent(in), contiguous  w,
type(space_t), intent(in xh,
type(coef_t), intent(in coef,
integer, intent(in nelv,
integer, intent(in gdim 
)

Definition at line 569 of file operators.f90.

Here is the call graph for this function:

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