init_finter2d Subroutine

public subroutine init_finter2d(func, xin, yin, fin, N)

Arguments

Type IntentOptional Attributes Name
type(finter2d_type) :: func
real(kind=8) :: xin(:)
real(kind=8) :: yin(:)
real(kind=8) :: fin(size(xin),size(yin))
integer :: N