apply_boundary_conditions Subroutine

public subroutine apply_boundary_conditions(matrix_A, matrix_B, settings, grid, background, physics)

Arguments

TypeIntentOptionalAttributesName
type(matrix_t), intent(inout) :: matrix_A

the A-matrix with boundary conditions imposed on exit

type(matrix_t), intent(inout) :: matrix_B

the B-matrix with boundary conditions imposed on exit

type(settings_t), intent(in) :: settings

the settings object

type(grid_t), intent(in) :: grid
type(background_t), intent(in) :: background
type(physics_t), intent(in) :: physics

Contents

None