0.6.0
Loading...
Searching...
No Matches
mod_apply_bc_on_ghost_b_cells Module Reference

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.
 

Function/Subroutine Documentation

◆ apply_bc_on_ghost_b_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)

Parameters
[in,out]arraythe field on which to apply the boundary condition
[in]boundary_conditionthe boundary condition
Note
This is a wrapper function for apply_bc_on_ghost_b_cells_rec or apply_bc_on_ghost_b_cells_former