Go to the source code of this file.
 | 
| module   | usr_inflow | 
|   | Defines inflow dirichlet conditions. 
  | 
|   | 
 | 
| subroutine  | usr_inflow::usr_inflow_free (this) | 
|   | 
| subroutine  | usr_inflow::usr_inflow_apply_scalar (this, x, n, t, tstep) | 
|   | No-op scalar apply.  
  | 
|   | 
| subroutine  | usr_inflow::usr_inflow_apply_scalar_dev (this, x_d, t, tstep) | 
|   | No-op scalar apply (device version)  
  | 
|   | 
| subroutine  | usr_inflow::usr_inflow_apply_vector (this, x, y, z, n, t, tstep) | 
|   | Apply user defined inflow conditions (vector valued)  
  | 
|   | 
| subroutine  | usr_inflow::usr_inflow_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) | 
|   | 
| subroutine  | usr_inflow::usr_inflow_set_eval (this, usr_eval) | 
|   | Assign user provided eval function.  
  | 
|   | 
| subroutine  | usr_inflow::usr_inflow_validate (this) | 
|   | Validate user inflow condition.  
  | 
|   |