Skip to main content

EquidistancePoint

Returns the equidistance points on 1D/2D/3D elements.

The nodes are numbered as per the Gmsh convention.

Interface

INTERFACE
MODULE PURE FUNCTION EquidistancePoint(order, xij, elemType) &
& RESULT(ans)
INTEGER(I4B), INTENT(IN) :: order
REAL(DFP), OPTIONAL, INTENT(IN) :: xij(:, :)
INTEGER(I4B), INTENT(IN) :: elemType
REAL(DFP), ALLOCATABLE :: ans(:, :)
END FUNCTION EquidistancePoint
END INTERFACE