fxtf_flptld_exp 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_exp~~CalledByGraph interface~fxtf_flptld_exp fxtf_flptld_exp proc~fxtf_flptld_n2m fxtf_flptld_n2m proc~fxtf_flptld_n2m->interface~fxtf_flptld_exp program~fxtp_test fxtp_test program~fxtp_test->interface~fxtf_flptld_exp proc~ply_fxt_n2m_3d ply_fxt_n2m_3D proc~ply_fxt_n2m_3d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_2d ply_fxt_n2m_2D proc~ply_fxt_n2m_2d->proc~fxtf_flptld_n2m proc~ply_fxt_n2m_1d ply_fxt_n2m_1D proc~ply_fxt_n2m_1d->proc~fxtf_flptld_n2m proc~check_fxt_1d check_fxt_1d proc~check_fxt_1d->proc~fxtf_flptld_n2m proc~ply_poly_project_n2m_multivar ply_poly_project_n2m_multiVar proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_3d proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_2d proc~ply_poly_project_n2m_multivar->proc~ply_fxt_n2m_1d program~test_fxtd_n2m2n test_fxtd_n2m2n program~test_fxtd_n2m2n->proc~check_fxt_1d interface~ply_poly_project_n2m ply_poly_project_n2m interface~ply_poly_project_n2m->proc~ply_poly_project_n2m_multivar

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

Arguments

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