getrex Interface

public interface getrex

Calls

interface~~getrex~~CallsGraph interface~getrex getrex proc~getrex_1d~2 getrex_1d interface~getrex->proc~getrex_1d~2 proc~getrex_2d getrex_2d interface~getrex->proc~getrex_2d proc~getrex_2d->proc~getrex_1d~2

Called by

interface~~getrex~~CalledByGraph interface~getrex getrex proc~sli_main sli_main proc~sli_main->interface~getrex

Module Procedures

private subroutine getrex_1d(S, rex, fws, Fs, thetaS, thetaw, Etrans, gamma, dx, dt)

Arguments

Type IntentOptional Attributes Name
real(kind=r_2), intent(in), DIMENSION(:) :: S
real(kind=r_2), intent(out), DIMENSION(:) :: rex
real(kind=r_2), intent(inout) :: fws
real(kind=r_2), intent(in), DIMENSION(:) :: Fs
real(kind=r_2), intent(in), DIMENSION(:) :: thetaS
real(kind=r_2), intent(in), DIMENSION(:) :: thetaw
real(kind=r_2), intent(in) :: Etrans
real(kind=r_2), intent(in) :: gamma
real(kind=r_2), intent(in), DIMENSION(:) :: dx
real(kind=r_2), intent(in) :: dt

private subroutine getrex_2d(S, rex, fws, Fs, thetaS, thetaw, Etrans, gamma, dx, dt)

Arguments

Type IntentOptional Attributes Name
real(kind=r_2), intent(in), DIMENSION(:,:) :: S
real(kind=r_2), intent(out), DIMENSION(:,:) :: rex
real(kind=r_2), intent(inout), DIMENSION(:) :: fws
real(kind=r_2), intent(in), DIMENSION(:,:) :: Fs
real(kind=r_2), intent(in), DIMENSION(:,:) :: thetaS
real(kind=r_2), intent(in), DIMENSION(:,:) :: thetaw
real(kind=r_2), intent(in), DIMENSION(:) :: Etrans
real(kind=r_2), intent(in), DIMENSION(:) :: gamma
real(kind=r_2), intent(in), DIMENSION(:,:) :: dx
real(kind=r_2), intent(in) :: dt