![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
real *8 function | phi (ng, csii, csij) |
Evaluates Lengendre basis function on a specific point. | |
real*8 function phi | ( | integer*4 | ng, |
csii, | |||
csij | |||
) |
Evaluates Lengendre basis function on a specific point.
[in] | ng | degree of the polynomial |
[in] | csii | i-th Legendre function |
[in] | csij | node where the Legendre function is evaluated |
[out] | PHI | PHI^{ng}_i(xi_j) i-th (1-D) basis function of degree ng evaluate at node csij |
Definition at line 30 of file PHI.f90.
References get_legendre_value_2der(), and phi().
Referenced by compute_energy_error(), make_extint_forces(), make_loc_matrix_dg(), make_strain_rot_stress_tensor(), and phi().