| 
| subroutine  | neumann::neumann_init (this, coef, json) | 
|   | Constructor.  
  | 
|   | 
| subroutine  | neumann::neumann_init_from_components (this, coef, flux) | 
|   | Constructor from components.  
  | 
|   | 
| subroutine  | neumann::neumann_apply_scalar (this, x, n, time, strong) | 
|   | Boundary condition apply for a generic Neumann condition to a vector x.  
  | 
|   | 
| subroutine  | neumann::neumann_apply_vector (this, x, y, z, n, time, strong) | 
|   | Boundary condition apply for a generic Neumann condition to vectors x, y and z.  
  | 
|   | 
| subroutine  | neumann::neumann_apply_scalar_dev (this, x_d, time, strong, strm) | 
|   | Boundary condition apply for a generic Neumann condition to a vector x (device version)  
  | 
|   | 
| subroutine  | neumann::neumann_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) | 
|   | Boundary condition apply for a generic Neumann condition to vectors x, y and z (device version)  
  | 
|   | 
| subroutine  | neumann::neumann_free (this) | 
|   | Destructor.  
  | 
|   | 
| subroutine  | neumann::neumann_finalize (this, only_facets) | 
|   | Finalize by setting the flux.  
  | 
|   | 
| pure real(kind=rp) function, dimension(this%msk(0))  | neumann::neumann_flux (this) | 
|   | Get the flux.  
  | 
|   | 
| subroutine  | neumann::neumann_set_flux_scalar (this, flux) | 
|   | Set the flux using a scalar.  
  | 
|   | 
| subroutine  | neumann::neumann_set_flux_array (this, flux) | 
|   | Set the flux using an array of values.  
  | 
|   |