der_penta_full Subroutine

public subroutine der_penta_full(du, u, u_s, u_e, n_tds, n_rhs, coeffs_s, coeffs_e, coeffs, ffr, faf, fsa, fbw, beta_lhs, beta_lhs_s)

Full (forward + backward) non-periodic pentadiagonal Thomas solve on CPU. Mirrors the CUDA der_penta_full kernel; operates on 2D (SZ, n) arrays.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), dimension(:, :) :: du
real(kind=dp), intent(in), dimension(:, :) :: u
real(kind=dp), intent(in), dimension(:, :) :: u_s
real(kind=dp), intent(in), dimension(:, :) :: u_e
integer, intent(in) :: n_tds
integer, intent(in) :: n_rhs
real(kind=dp), intent(in), dimension(:, :) :: coeffs_s
real(kind=dp), intent(in), dimension(:, :) :: coeffs_e
real(kind=dp), intent(in), dimension(:) :: coeffs
real(kind=dp), intent(in), dimension(:) :: ffr
real(kind=dp), intent(in), dimension(:) :: faf
real(kind=dp), intent(in), dimension(:) :: fsa
real(kind=dp), intent(in), dimension(:) :: fbw
real(kind=dp), intent(in) :: beta_lhs
real(kind=dp), intent(in) :: beta_lhs_s

Called by

proc~~der_penta_full~~CalledByGraph proc~der_penta_full m_omp_kernels_dist::der_penta_full proc~exec_dist_penta_compact~2 m_omp_exec_dist::exec_dist_penta_compact proc~exec_dist_penta_compact~2->proc~der_penta_full