smod_conduction_matrix Submodule


Uses


Subroutines

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

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x
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 /home/runner/work/legolas/legolas/docs/ford/module/smod_conduction_matrix.html add_conduction_matrix_terms module subroutine add_conduction_matrix_terms(x, elements, settings, grid, background, physics)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x
type(matrix_elements_t), intent(inout) :: elements
type(settings_t), intent(in) :: settings
type(grid_t), intent(in) :: grid
type(background_t), intent(in) :: background
type(physics_t), intent(in) :: physics