Functions/Subroutines | |
| subroutine, public | apply_bc_on_ghost_b_cells (array, boundary_condition) |
| Set boundary condition to a cell-discretized linear system (with ghost cells) | |
| subroutine | apply_bc_on_ghost_b_cells_rec (array, boundary_condition) |
| Apply boundary conditions on extra ghost cells on an array defined on cells. | |
| subroutine, public mod_apply_bc_on_ghost_b_cells::apply_bc_on_ghost_b_cells | ( | double precision, dimension(:,:,:), intent(inout) | array, |
| type(t_boundary_condition), intent(in) | boundary_condition ) |
Set boundary condition to a cell-discretized linear system (with ghost cells)
| [in,out] | array | the field on which to apply the boundary condition |
| [in] | boundary_condition | the boundary condition |