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

Type IntentOptional Attributes Name
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