Go to the source code of this file.
|
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_init (this, coef, json) |
| | Constructor from JSON.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_init_from_components (this, coef, str_x, str_y, str_z) |
| | Constructor from components.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_free (this) |
| | Destructor.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_finalize (this, only_facets) |
| | Finalize.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_update (this, time, strm) |
| | Bring the values up to date with the current time.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_apply_scalar (this, x, n, time, strong) |
| | (No-op) Apply scalar.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_apply_scalar_dev (this, x_d, time, strong, strm) |
| | (No-op) Apply scalar (device version).
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_apply_vector (this, x, y, z, n, time, strong) |
| | Apply the condition to a vector field.
|
| |
| subroutine | expression_dirichlet_vector::expression_dirichlet_vector_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Apply the condition to a vector field (device version).
|
| |