ply_faceValLeftBndDiffAns Function

public pure function ply_faceValLeftBndDiffAns(ansFunc) result(val)

Returns the value of the non-normalized differentiated Legendre polynomial at the leftboundary 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