fxtf_flptld_evl Interface

interface

Interface declarations to the fxtf_wrapper.c routines.

Those routines enable the passing of Fortran arrays to the FXTPACK and take care of putting the data into the fxt_vecld data structures, which are then passed on to the actual fxt_* routines.


public subroutine fxtf_flptld_evl(v, vn, flpt, u, un, w) bind(c)

Arguments

Type IntentOptional Attributes Name
real(kind=c_double), dimension(*) :: v
integer(kind=c_int), value :: vn
type(c_ptr), value :: flpt
real(kind=c_double), dimension(*) :: u
integer(kind=c_int), value :: un
type(c_ptr), value :: w