Go to the source code of this file.
 | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_init (this, coef, json) | 
|   | Constructor.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_init_from_components (this, coef) | 
|   | Constructor from components.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_free (this) | 
|   | Destructor. Currently unused as is, all field_dirichlet attributes are freed in fluid_scheme_incompressible::free.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_apply_scalar (this, x, n, time, strong) | 
|   | No-op apply scalar.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_apply_scalar_dev (this, x_d, time, strong, strm) | 
|   | No-op apply scalar (device).  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_apply_vector (this, x, y, z, n, time, strong) | 
|   | Apply the boundary condition to a vector field.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) | 
|   | Apply the boundary condition to a vector field on the device.  
  | 
|   | 
| subroutine  | field_dirichlet_vector::field_dirichlet_vector_finalize (this, only_facets) | 
|   | Finalize by building the mask arrays and propagating to underlying bcs.  
  | 
|   |