Neko  0.8.99
A portable framework for high-order spectral element flow simulations
rhs_maker_sx.f90 File Reference

Go to the source code of this file.

Data Types

type  rhs_maker_sx::rhs_maker_sumab_sx_t
 
type  rhs_maker_sx::rhs_maker_ext_sx_t
 
type  rhs_maker_sx::rhs_maker_bdf_sx_t
 
type  rhs_maker_sx::rhs_maker_oifs_sx_t
 

Modules

module  rhs_maker_sx
 

Functions/Subroutines

subroutine rhs_maker_sx::rhs_maker_sumab_sx (u, v, w, uu, vv, ww, uulag, vvlag, wwlag, ab, nab)
 
subroutine rhs_maker_sx::rhs_maker_ext_sx (fx_lag, fy_lag, fz_lag, fx_laglag, fy_laglag, fz_laglag, fx, fy, fz, rho, ext_coeffs, n)
 
subroutine rhs_maker_sx::scalar_rhs_maker_ext_sx (fs_lag, fs_laglag, fs, rho, ext_coeffs, n)
 
subroutine rhs_maker_sx::rhs_maker_bdf_sx (ulag, vlag, wlag, bfx, bfy, bfz, u, v, w, B, rho, dt, bd, nbd, n)
 
subroutine rhs_maker_sx::scalar_rhs_maker_bdf_sx (s_lag, fs, s, B, rho, dt, bd, nbd, n)
 
subroutine rhs_maker_sx::rhs_maker_oifs_sx (phi_x, phi_y, phi_z, bf_x, bf_y, bf_z, rho, dt, n)
 
subroutine rhs_maker_sx::scalar_rhs_maker_oifs_sx (phi_s, bf_s, rho, dt, n)