smod_conduction_matrix Submodule


Uses


Contents


Subroutines

subroutine add_conduction_matrix_terms_bfield(x_gauss, settings, grid, background, physics, elements)

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: x_gauss
type(settings_t), intent(in) :: settings
type(grid_t), intent(in) :: grid
type(background_t), intent(in) :: background
type(physics_t), intent(in) :: physics
type(matrix_elements_t), intent(inout) :: elements

Module Procedures

module procedure add_conduction_matrix_terms module module subroutine add_conduction_matrix_terms(x_gauss, weight, quadblock, settings, grid, background, physics)

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: x_gauss
real(kind=dp), intent(in) :: weight
complex(kind=dp), intent(inout) :: quadblock(:,:)
type(settings_t), intent(in) :: settings
type(grid_t), intent(in) :: grid
type(background_t), intent(in) :: background
type(physics_t), intent(in) :: physics