ply_lagrange_1D Function

public function ply_lagrange_1D(me, points) result(pointval)

Arguments

Type IntentOptional Attributes Name
type(ply_lagrange_type), intent(in) :: me

Definition of the Lagrange polynomial basis to evaluate at points.

real(kind=rk), intent(in) :: points(:)

List of points at which the polynomials are to be evaluated.

Return Value real(kind=rk), (me%nPoints,size(points))

Resulting Lagrange values at all points.

First dimension holds the Lagrange modes, second dimension the points.


Calls

proc~~ply_lagrange_1d~~CallsGraph proc~ply_lagrange_1d ply_lagrange_1D proc~ply_lagrange_mode_at ply_lagrange_mode_at proc~ply_lagrange_1d->proc~ply_lagrange_mode_at

Called by

proc~~ply_lagrange_1d~~CalledByGraph proc~ply_lagrange_1d ply_lagrange_1D proc~ply_init_l2p ply_init_l2p proc~ply_init_l2p->proc~ply_lagrange_1d proc~ply_poly_project_fillbody ply_poly_project_fillbody proc~ply_poly_project_fillbody->proc~ply_init_l2p program~ply_l2p_test ply_l2p_test program~ply_l2p_test->proc~ply_init_l2p proc~ply_fill_project_list ply_fill_project_list proc~ply_fill_project_list->proc~ply_poly_project_fillbody proc~check_fpt~2 check_fpt proc~check_fpt~2->proc~ply_poly_project_fillbody proc~check_fxt_3d check_fxt_3D proc~check_fxt_3d->proc~ply_poly_project_fillbody proc~check_fpt_2d~2 check_fpt_2d proc~check_fpt_2d~2->proc~ply_poly_project_fillbody proc~check_fpt_2d check_fpt_2d proc~check_fpt_2d->proc~ply_poly_project_fillbody proc~test_project_stabviscnumflux test_project_stabViscNumFlux proc~test_project_stabviscnumflux->proc~ply_poly_project_fillbody proc~check_fxt_2d check_fxt_2d proc~check_fxt_2d->proc~ply_poly_project_fillbody proc~check_fpt check_fpt proc~check_fpt->proc~ply_poly_project_fillbody program~approximate_1d_jump approximate_1D_jump program~approximate_1d_jump->proc~ply_poly_project_fillbody program~test_fxtd_n2m2n test_fxtd_n2m2n program~test_fxtd_n2m2n->proc~check_fxt_3d program~test_fxtd_n2m2n->proc~check_fxt_2d program~ply_project_2d_fpt_test ply_project_2d_fpt_test program~ply_project_2d_fpt_test->proc~check_fpt_2d~2 program~ply_project_fpt_test ply_project_fpt_test program~ply_project_fpt_test->proc~check_fpt~2 proc~atl_initialize atl_initialize proc~atl_initialize->proc~ply_fill_project_list program~ply_project_2d_fpt_lobattopoints_test ply_project_2d_fpt_lobattoPoints_test program~ply_project_2d_fpt_lobattopoints_test->proc~check_fpt_2d proc~atl_modg_kernel_utests atl_modg_kernel_utests proc~atl_modg_kernel_utests->proc~test_project_stabviscnumflux program~ply_project_fpt_lobattopoints_test ply_project_fpt_lobattoPoints_test program~ply_project_fpt_lobattopoints_test->proc~check_fpt

Contents