compute_candidate_reconstructions Subroutine

public pure subroutine compute_candidate_reconstructions(f_stencil, coeffs, q_candidate)

Evaluate candidate reconstruction polynomials from tabulated coefficients.

The candidate coefficients are stored as coeffs(j, k), where j enumerates the local substencil column and k enumerates the candidate stencil. The candidate stencils are assumed to be contiguous unit shifts within the supplied full stencil.

                       (candidate_width x n_candidate)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: f_stencil(:,:)
real(kind=wp), intent(in) :: coeffs(:,:)
real(kind=wp), intent(out) :: q_candidate(:,:)