| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Computes the source term at a single point. More...
Public Member Functions | |
| subroutine | fluid_source_compute_pointwise (u, v, w, j, k, l, e, t) | 
| u | The source value of the x component. | 
| v | The source value of the v component. | 
| w | The source value of the w component. | 
| j | The x-index of GLL point. | 
| k | The y-index of GLL point. | 
| l | The z-index of GLL point. | 
| e | The index of element. | 
| t | The time value. | 
Definition at line 115 of file fluid_user_source_term.f90.
      
  | 
  virtual | 
Definition at line 115 of file fluid_user_source_term.f90.