Go to the source code of this file.
|
| module | zero_dirichlet |
| | Defines a zero-valued Dirichlet boundary condition.
|
| |
|
| subroutine | zero_dirichlet::zero_dirichlet_init (this, coef, json) |
| | Constructor.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_init_from_components (this, coef) |
| | Constructor.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_apply_scalar (this, x, n, time, strong) |
| | Apply boundary condition to a scalar field. to a vector x.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_apply_vector (this, x, y, z, n, time, strong) |
| | Apply boundary condition to a vector field.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_apply_scalar_dev (this, x_d, time, strong, strm) |
| | Apply boundary condition to a scalar field, device version.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Apply boundary condition to a vector field, device version.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_free (this) |
| | Destructor.
|
| |
| subroutine | zero_dirichlet::zero_dirichlet_finalize (this, only_facets) |
| | Finalize.
|
| |