Skip to main content

BarycentricVertexBasis

Returns the vertex basis functions on reference Triangle.

Interface

INTERFACE
MODULE PURE FUNCTION BarycentricVertexBasis_Triangle(lambda) &
& RESULT(ans)
REAL(DFP), INTENT(IN) :: lambda(:, :)
!! point of evaluation in terms of barycentrix coords
REAL(DFP) :: ans(SIZE(lambda, 2), 3)
!! ans(:,v1) basis function of vertex v1 at all points
END FUNCTION BarycentricVertexBasis_Triangle
END INTERFACE