Go to the source code of this file.
 | 
| module   | dirichlet | 
|   | Defines a dirichlet boundary condition. 
  | 
|   | 
 | 
| subroutine  | dirichlet::dirichlet_apply_scalar (this, x, n, t, tstep) | 
|   | Boundary condition apply for a generic Dirichlet condition to a vector x.  
  | 
|   | 
| subroutine  | dirichlet::dirichlet_apply_vector (this, x, y, z, n, t, tstep) | 
|   | Boundary condition apply for a generic Dirichlet condition to vectors x, y and z.  
  | 
|   | 
| subroutine  | dirichlet::dirichlet_apply_scalar_dev (this, x_d, t, tstep) | 
|   | Boundary condition apply for a generic Dirichlet condition to a vector x (device version)  
  | 
|   | 
| subroutine  | dirichlet::dirichlet_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) | 
|   | Boundary condition apply for a generic Dirichlet condition to vectors x, y and z (device version)  
  | 
|   | 
| subroutine  | dirichlet::dirichlet_set_g (this, g) | 
|   | Set value of \( g \).  
  | 
|   | 
| subroutine  | dirichlet::dirichlet_free (this) | 
|   | Destructor.  
  | 
|   |