Go to the source code of this file.
|
| subroutine | symmetry::symmetry_init (this, coef, json) |
| | Construct the boundary condition from JSON.
|
| |
| subroutine | symmetry::symmetry_init_from_components (this, coef) |
| | Construct the boundary condition from its components.
|
| |
| subroutine | symmetry::symmetry_finalize (this) |
| | Finalize the boundary condition.
|
| |
| subroutine | symmetry::symmetry_apply_scalar (this, x, n, time, strong) |
| | No-op scalar application.
|
| |
| subroutine | symmetry::symmetry_apply_vector (this, x, y, z, n, time, strong) |
| | Remove the normal component on the CPU.
|
| |
| subroutine | symmetry::symmetry_apply_scalar_dev (this, x_d, time, strong, strm) |
| | No-op scalar application on the device.
|
| |
| subroutine | symmetry::symmetry_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Remove the normal component on the device.
|
| |
| subroutine | symmetry::symmetry_free (this) |
| | Free the boundary condition and its mixed-bc storage.
|
| |