ply_init_fxt Subroutine

public subroutine ply_init_fxt(fxt, header, degree)

Initialize the flpt data structure for fast legendre polynomial transformation via the fxtpack.

Arguments

TypeIntentOptionalAttributesName
type(ply_fxt_type), intent(out) :: fxt

Handle to the resulting fast polynomial table.

type(ply_fxt_header_type), intent(in) :: header
integer, intent(in) :: degree

Polynomial degree.


Calls

proc~~ply_init_fxt~~CallsGraph proc~ply_init_fxt ply_init_fxt fxtf_flptld_init fxtf_flptld_init proc~ply_init_fxt->fxtf_flptld_init

Called by

proc~~ply_init_fxt~~CalledByGraph proc~ply_init_fxt ply_init_fxt proc~ply_poly_project_fillbody ply_poly_project_fillbody proc~ply_poly_project_fillbody->proc~ply_init_fxt proc~ply_fill_project_list ply_fill_project_list proc~ply_fill_project_list->proc~ply_poly_project_fillbody proc~sdr_proto2treelm sdr_proto2treelm proc~sdr_proto2treelm->proc~ply_poly_project_fillbody program~seeder seeder program~seeder->proc~sdr_proto2treelm

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: nPoints