compute_candidate_smoothness Subroutine

public pure subroutine compute_candidate_smoothness(f_stencil, beta_mats, beta)

Evaluate candidate Jiang-Shu smoothness indicators from quadratic forms.

Each candidate smoothness indicator is represented by a symmetric matrix beta_mats(:, :, k) acting on the corresponding contiguous substencil.

                    (candidate_width x candidate_width x n_candidate)

Arguments

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