Nek5000
SEM for Incompressible NS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions/Subroutines
induct.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine compute_cfl (cfl, u, v, w, dt)
 Given velocity field (u,v,w) and dt, compute current CFL number. More...
 
subroutine getdr (dri, zgm1, nx1)
 
subroutine set_dealias_rx
 Eulerian scheme, add convection term to forcing function. More...
 

Function/Subroutine Documentation

subroutine compute_cfl ( real(dp)  cfl,
real(dp), dimension(nx1,ny1,nz1,nelv)  u,
real(dp), dimension(nx1,ny1,nz1,nelv)  v,
real(dp), dimension(nx1,ny1,nz1,nelv)  w,
real(dp)  dt 
)

Given velocity field (u,v,w) and dt, compute current CFL number.

Definition at line 7 of file induct.F90.

References getdr().

Referenced by setdt().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

subroutine getdr ( real(dp), dimension(nx1)  dri,
real(dp), dimension(nx1)  zgm1,
integer  nx1 
)

Definition at line 106 of file induct.F90.

Referenced by compute_cfl().

+ Here is the caller graph for this function:

subroutine set_dealias_rx ( )

Eulerian scheme, add convection term to forcing function.

Definition at line 128 of file induct.F90.

References interp::get_int_ptr(), specmpn(), and speclib::zwgl().

Referenced by set_convect_new().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: