Go to the source code of this file.
 | 
| module   | inflow | 
|   | Defines inflow dirichlet conditions. 
  | 
|   | 
 | 
| subroutine  | inflow::inflow_init (this, coef, json) | 
|   | Constructor.  
  | 
|   | 
| subroutine  | inflow::inflow_apply_scalar (this, x, n, time, strong) | 
|   | No-op scalar apply.  
  | 
|   | 
| subroutine  | inflow::inflow_apply_scalar_dev (this, x_d, time, strong, strm) | 
|   | No-op scalar apply (device version)  
  | 
|   | 
| subroutine  | inflow::inflow_apply_vector (this, x, y, z, n, time, strong) | 
|   | Apply inflow conditions (vector valued)  
  | 
|   | 
| subroutine  | inflow::inflow_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) | 
|   | Apply inflow conditions (vector valued) (device version)  
  | 
|   | 
| subroutine  | inflow::inflow_free (this) | 
|   | Destructor.  
  | 
|   | 
| subroutine  | inflow::inflow_finalize (this, only_facets) | 
|   | Finalize.  
  | 
|   |