src/triangle

    Dark Mode
Search:
Group by:

Procs

proc shapeFunctions(x: Vector[2]): Vector[3] {...}{.raises: [], tags: [].}
Linear shapefunctions.   Source Edit
proc derivativeShapeFunctions(): Matrix[2, 3] {...}{.raises: [], tags: [].}
First derivative of the shapefunctions.   Source Edit
proc jacobian(nodes: array[3, array[2, float]]): Matrix[2, 2] {...}{.raises: [],
    tags: [].}
Jacobian matrix of triangle element.   Source Edit