ks2d1s Interface

interface
public subroutine ks2d1s(x1, y1, quadvl, d1, prob)

Arguments

Type IntentOptional AttributesName
real(kind=SP), intent(in), DIMENSION(:):: x1
real(kind=SP), intent(in), DIMENSION(:):: y1
subroutine quadvl(x, y, fa, fb, fc, fd)
Arguments
Type IntentOptional AttributesName
real(kind=SP), intent(in) :: x
real(kind=SP), intent(in) :: y
real(kind=SP), intent(out) :: fa
real(kind=SP), intent(out) :: fb
real(kind=SP), intent(out) :: fc
real(kind=SP), intent(out) :: fd
real(kind=SP), intent(out) :: d1
real(kind=SP), intent(out) :: prob