|
subroutine | neumann::neumann_apply_scalar (this, x, n, t, tstep) |
| Boundary condition apply for a generic Neumann condition to a vector x. More...
|
|
subroutine | neumann::neumann_apply_vector (this, x, y, z, n, t, tstep) |
| Boundary condition apply for a generic Neumann condition to vectors x, y and z. More...
|
|
subroutine | neumann::neumann_apply_scalar_dev (this, x_d, t, tstep) |
| Boundary condition apply for a generic Neumann condition to a vector x (device version) More...
|
|
subroutine | neumann::neumann_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) |
| Boundary condition apply for a generic Neumann condition to vectors x, y and z (device version) More...
|
|
subroutine | neumann::neumann_free (this) |
| Destructor. More...
|
|
pure real(kind=rp) function, dimension(this%msk(0)) | neumann::neumann_flux (this) |
| Get the flux. More...
|
|
subroutine | neumann::neumann_set_flux_scalar (this, flux) |
| Set the flux using a scalar. More...
|
|
subroutine | neumann::neumann_set_flux_array (this, flux) |
| Set the flux using an array of values. More...
|
|
subroutine | neumann::neumann_finalize_neumann (this, flux) |
| Finalize by setting the flux. More...
|
|