HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LegendrePolynomial
Function
22 statements
Source File
LegendreAlgorithms.f90
LegendrePolynomial
Contents
function LegendrePolynomial(N, x) result(L_N)
Uses
SMConstants
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
N
real(kind=RP),
intent(in)
::
x
Return Value
real(kind=RP)