|
subroutine | neumann::neumann_apply_scalar (this, x, n, t, tstep) |
| Boundary condition apply for a generic Neumann condition to a vector x.
|
|
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.
|
|
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)
|
|
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)
|
|
subroutine | neumann::neumann_free (this) |
| Destructor.
|
|
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.
|
|
subroutine | neumann::neumann_finalize_neumann (this, flux) |
| Finalize by setting the flux.
|
|