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)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | f_stencil(:,:) | |||
| real(kind=wp), | intent(in) | :: | coeffs(:,:) | |||
| real(kind=wp), | intent(out) | :: | q_candidate(:,:) |