Neko 1.99.9
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=dp) function cfl_r4 (dt, u, v, w, xh, coef, nelv, gdim)
 
real(kind=dp) function cfl_d (dt, u_d, v_d, w_d, xh, coef, nelv, gdim)
 
real(kind=dp) function cfl_f (dt, u, v, w, xh, coef, nelv, gdim)
 

Detailed Description

Definition at line 98 of file operators.f90.

Member Function/Subroutine Documentation

◆ cfl_d()

real(kind=dp) function operators::cfl::cfl_d ( real(kind=dp), 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 602 of file operators.f90.

Here is the call graph for this function:

◆ cfl_f()

real(kind=dp) function operators::cfl::cfl_f ( real(kind=dp), 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 620 of file operators.f90.

Here is the call graph for this function:

◆ cfl_r4()

real(kind=dp) function operators::cfl::cfl_r4 ( real(kind=dp), 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 570 of file operators.f90.

Here is the call graph for this function:

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