Go to the source code of this file.
 | 
| module   | blasius | 
|   | Defines a Blasius profile dirichlet condition. 
  | 
|   | 
 | 
| subroutine  | blasius::blasius_init (this, coef, json) | 
|   | Constructor.  
  | 
|   | 
| subroutine  | blasius::blasius_init_from_components (this, coef, delta, uinf, approximation) | 
|   | Constructor from components.  
  | 
|   | 
| subroutine  | blasius::blasius_free (this) | 
|   | 
| subroutine  | blasius::blasius_apply_scalar (this, x, n, time, strong) | 
|   | No-op scalar apply.  
  | 
|   | 
| subroutine  | blasius::blasius_apply_scalar_dev (this, x_d, time, strong, strm) | 
|   | No-op scalar apply (device version)  
  | 
|   | 
| subroutine  | blasius::blasius_apply_vector (this, x, y, z, n, time, strong) | 
|   | Apply blasius conditions (vector valued)  
  | 
|   | 
| subroutine  | blasius::blasius_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) | 
|   | Apply blasius conditions (vector valued) (device version)  
  | 
|   | 
| subroutine  | blasius::blasius_set_params (this, uinf, delta, type) | 
|   | Set Blasius parameters.  
  | 
|   | 
| subroutine  | blasius::blasius_finalize (this, only_facets) | 
|   | Finalize.  
  | 
|   |