ply_faceValLeftBndAns Function

public pure function ply_faceValLeftBndAns(ansFunc) result(val)

Returns the value of the non-normalized Legendre polynomial at the left boundary of the reference element, i.e. at -1.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ansFunc

The ansatz function index, first ansatz function has index 1.

Return Value real(kind=rk)

The function value.


Contents

None