muscl_koren_reconstruct Subroutine

public pure subroutine muscl_koren_reconstruct(f_stencil, f_hat)

MUSCL reconstruction with the Koren limiter.

Arguments

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