My Project
|
Functions/Subroutines | |
subroutine | sinter_extrp_up (X, A, Y, B, M1, N1) |
subroutine | sinter_extrp_down (X, A, Y, B, M1, N1) |
subroutine | sinter_extrp_none (X, A, Y, B, M1, N1) |
subroutine | sinter_extrp_both (X, A, Y, B, M1, N1) |
subroutine sinter::sinter_extrp_both | ( | real(sp), dimension(m1), intent(in) | X, |
real(sp), dimension(m1), intent(in) | A, | ||
real(sp), dimension(n1), intent(in) | Y, | ||
real(sp), dimension(n1), intent(out) | B, | ||
integer, intent(in) | M1, | ||
integer, intent(in) | N1 | ||
) |
Definition at line 181 of file sinter.f90.
subroutine sinter::sinter_extrp_down | ( | real(sp), dimension(m1), intent(in) | X, |
real(sp), dimension(m1), intent(in) | A, | ||
real(sp), dimension(n1), intent(in) | Y, | ||
real(sp), dimension(n1), intent(out) | B, | ||
integer, intent(in) | M1, | ||
integer, intent(in) | N1 | ||
) |
Definition at line 98 of file sinter.f90.
subroutine sinter::sinter_extrp_none | ( | real(sp), dimension(m1), intent(in) | X, |
real(sp), dimension(m1), intent(in) | A, | ||
real(sp), dimension(n1), intent(in) | Y, | ||
real(sp), dimension(n1), intent(out) | B, | ||
integer, intent(in) | M1, | ||
integer, intent(in) | N1 | ||
) |
Definition at line 140 of file sinter.f90.
subroutine sinter::sinter_extrp_up | ( | real(sp), dimension(m1), intent(in) | X, |
real(sp), dimension(m1), intent(in) | A, | ||
real(sp), dimension(n1), intent(in) | Y, | ||
real(sp), dimension(n1), intent(out) | B, | ||
integer, intent(in) | M1, | ||
integer, intent(in) | N1 | ||
) |
Definition at line 60 of file sinter.f90.