I'm trying to figure out what rows 3 and 4 of the e
matrix in the MATLAB pdetool
represent.
According to the documentation:
e(3,k)
is the parameter value at the first point of edgek
. The parameter value is related to the arc length along the geometric edge.e(4,k)
is the parameter value at the second point of edgek
.
Even with the definition, I can't understand it.