|
| subroutine | overset_interface_vector::overset_interface_vector_init (this, coef, json) |
| | Constructor.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_init_from_components (this, coef, tol, pad) |
| | Constructor from components.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_free (this) |
| | Destructor. Currently unused as is, all field_dirichlet attributes are freed in fluid_scheme_incompressible::free.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_apply_scalar (this, x, n, time, strong) |
| | No-op apply scalar.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_apply_scalar_dev (this, x_d, time, strong, strm) |
| | No-op apply scalar (device).
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_apply_vector (this, x, y, z, n, time, strong) |
| | Apply the boundary condition to a vector field.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm) |
| | Apply the boundary condition to a vector field on the device.
|
| |
| subroutine | overset_interface_vector::overset_interface_vector_finalize (this, only_facets) |
| | Finalize by building the mask arrays and propagating to underlying bcs.
|
| |
| subroutine | overset_interface_vector::overset_interface_update (this, time) |
| | Update the values at the interfaces.
|
| |
| subroutine | overset_interface_vector::build_masks_ (this) |
| | Build masks.
|
| |
| subroutine | overset_interface_vector::gather_interface_dofs_ (this) |
| | Gather interface dofs.
|
| |
| subroutine | overset_interface_vector::setup_interpolator_ (this) |
| | Set up the interpolator.
|
| |