Go to the source code of this file.
 | 
| type   | dong_outflow::dong_outflow_t | 
|   | Dong outflow condition Follows "A Convective-like Energy-Stable Open Boundary Condition for
 Simulations of Incompressible Flows" by S. Dong.  More...
  | 
|   | 
 | 
| subroutine  | dong_outflow::dong_outflow_init (this, coef, json) | 
|   | Constructor.  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_apply_scalar (this, x, n, time, strong) | 
|   | Boundary condition apply for a generic Dirichlet condition to a vector x.  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_apply_vector (this, x, y, z, n, time, strong) | 
|   | Boundary condition apply for a generic Dirichlet condition to vectors x, y and z.  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_apply_scalar_dev (this, x_d, time, strong, strm) | 
|   | Boundary condition apply for a generic Dirichlet condition to a vector x (device version)  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) | 
|   | Boundary condition apply for a generic Dirichlet condition to vectors x, y and z (device version)  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_free (this) | 
|   | Destructor.  
  | 
|   | 
| subroutine  | dong_outflow::dong_outflow_finalize (this, only_facets) | 
|   | Finalize.  
  | 
|   |