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.


Called by

interface~~fxtf_flptld_evl~~CalledByGraph interface~fxtf_flptld_evl fxtf_flptld_evl proc~fxtf_flptld_m2n fxtf_flptld_m2n proc~fxtf_flptld_m2n->interface~fxtf_flptld_evl program~fxtp_test fxtp_test program~fxtp_test->interface~fxtf_flptld_evl proc~ply_fxt_m2n_3d ply_fxt_m2n_3D proc~ply_fxt_m2n_3d->proc~fxtf_flptld_m2n proc~check_fxt_1d check_fxt_1d proc~check_fxt_1d->proc~fxtf_flptld_m2n proc~ply_fxt_m2n_1d ply_fxt_m2n_1D proc~ply_fxt_m2n_1d->proc~fxtf_flptld_m2n proc~ply_fxt_m2n_2d ply_fxt_m2n_2D proc~ply_fxt_m2n_2d->proc~fxtf_flptld_m2n proc~ply_poly_project_m2n_multivar ply_poly_project_m2n_multiVar proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_3d proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_1d proc~ply_poly_project_m2n_multivar->proc~ply_fxt_m2n_2d program~test_fxtd_n2m2n test_fxtd_n2m2n program~test_fxtd_n2m2n->proc~check_fxt_1d interface~ply_poly_project_m2n ply_poly_project_m2n interface~ply_poly_project_m2n->proc~ply_poly_project_m2n_multivar

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