subroutine ply_check_pntToLeg(power, res)
do iPoly = 1, maxPolyDegree+1
write(, ) 'Poly degree: ', iPoly, &
& ' iFPT: ', legVal(iPoly), &
& ' Ref.: ', legCoeffs(iPoly), &
& ' error: ', legVal(iPoly)-legCoeffs(iPoly)
end do
Arguments
Type
Intent Optional Attributes
Name
integer,
intent(in)
::
power
real(kind=rk),
intent(out)
::
res
proc~~ply_check_pnttoleg~2~~CallsGraph
proc~ply_check_pnttoleg~2
ply_check_pntToLeg
proc~ply_fpt_header_define
ply_fpt_header_define
proc~ply_check_pnttoleg~2->proc~ply_fpt_header_define
proc~ply_init_legfpt
ply_init_legFpt
proc~ply_check_pnttoleg~2->proc~ply_init_legfpt
proc~ply_legendre_1d
ply_legendre_1D
proc~ply_check_pnttoleg~2->proc~ply_legendre_1d
tem_abort
tem_abort
proc~ply_fpt_header_define->tem_abort
proc~fftw_plan_many_r2r
fftw_plan_many_r2r
proc~ply_init_legfpt->proc~fftw_plan_many_r2r
proc~fftw_plan_r2r_1d
fftw_plan_r2r_1d
proc~ply_init_legfpt->proc~fftw_plan_r2r_1d
proc~ply_fpt_init
ply_fpt_init
proc~ply_init_legfpt->proc~ply_fpt_init
proc~ply_l
ply_l
proc~ply_fpt_init->proc~ply_l
proc~ply_l_int
ply_l_int
proc~ply_fpt_init->proc~ply_l_int
proc~ply_m
ply_m
proc~ply_fpt_init->proc~ply_m
proc~ply_m_int
ply_m_int
proc~ply_fpt_init->proc~ply_m_int
proc~ply_lambda
ply_lambda
proc~ply_l->proc~ply_lambda
proc~ply_l_int->proc~ply_l
proc~ply_l_int->proc~ply_lambda
proc~ply_m->proc~ply_lambda
proc~ply_m_int->proc~ply_lambda
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Type Bound Procedure
Type Bound Procedure
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
proc~~ply_check_pnttoleg~2~~CalledByGraph
proc~ply_check_pnttoleg~2
ply_check_pntToLeg
program~ply_ifpt_lobattonodes_test
ply_ifpt_lobattoNodes_test
program~ply_ifpt_lobattonodes_test->proc~ply_check_pnttoleg~2
Nodes of different colours represent the following:
Graph Key
Subroutine
Subroutine
Function
Function
Interface
Interface
Type Bound Procedure
Type Bound Procedure
Unknown Procedure Type
Unknown Procedure Type
Program
Program
This Page's Entity
This Page's Entity
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.