der_univ_thom_per Subroutine

public subroutine der_univ_thom_per(du, u, n, coeffs, alpha, thom_f, thom_s, thom_w, thom_p, strch)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), dimension(:, :) :: du
real(kind=dp), intent(in), dimension(:, :) :: u
integer, intent(in) :: n
real(kind=dp), intent(in), dimension(:) :: coeffs
real(kind=dp), intent(in) :: alpha
real(kind=dp), intent(in), dimension(:) :: thom_f
real(kind=dp), intent(in), dimension(:) :: thom_s
real(kind=dp), intent(in), dimension(:) :: thom_w
real(kind=dp), intent(in), dimension(:) :: thom_p
real(kind=dp), intent(in), dimension(:) :: strch

Called by

proc~~der_univ_thom_per~~CalledByGraph proc~der_univ_thom_per m_omp_kernels_thom::der_univ_thom_per proc~exec_thom_tds_compact~2 m_exec_thom::exec_thom_tds_compact proc~exec_thom_tds_compact~2->proc~der_univ_thom_per