upwind1 Module


Uses


Subroutines

public pure subroutine upwind1_reconstruct(f_stencil, f_hat)

First-order upwind reconstruction.

Read more…

Arguments

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