|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
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) |
Definition at line 97 of file operators.f90.
| 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.
| 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 | ||
| ) |