ply_fpt_ifpt_2D_singVar_test Program

Unit test to check functionallity of fast polynomial transformations. \author{Jens Zudrop}


Variables

Type Attributes Name Initial
integer :: iPower
real(kind=rk) :: res
real(kind=rk) :: newRes
type(tem_general_type) :: general

Subroutines

subroutine ply_check_legToPnt_2D(power, res)

do iDof = 1, (maxPolyDegree+1)2 write(,) 'Leg coeff ', iDof, ' has error: ', legVal(iDof) - legCoeffs(iDof) end do

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: power
real(kind=rk), intent(out) :: res