func Function

pure elemental function func(xi, yj)

Arguments

Type IntentOptional Attributes Name
real(kind=R8), intent(in) :: xi
real(kind=R8), intent(in) :: yj

Return Value real(kind=r8)


Called by

proc~~func~~CalledByGraph proc~func func proc~interp_surf interp_surf proc~interp_surf->proc~func program~test_bspline test_bspline program~test_bspline->proc~interp_surf