weno5_z_reconstruct Subroutine

public pure subroutine weno5_z_reconstruct(f_stencil, f_hat)

Perform WENO5-Z reconstruction on the supplied stencil.

Arguments

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