|
| subroutine | neumann::neumann_init (this, coef, json) |
| | Constructor.
|
| |
| subroutine | neumann::neumann_init_from_components_array (this, coef, flux) |
| | Constructor from components, using a flux array for vector components.
|
| |
| subroutine | neumann::neumann_init_from_components_single (this, coef, flux) |
| | Constructor from components, using an signle flux.
|
| |
| 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.
|
| |
| subroutine | neumann::neumann_set_flux_scalar (this, flux, comp) |
| | Set the flux using a scalar.
|
| |
| subroutine | neumann::neumann_set_flux_array (this, flux, comp) |
| | Set a flux component using a vector_t of values.
|
| |