Hi everyone,
i want to know how i can project 13 value to nodes in the case of 6-nodes element mesh. Therefore i have progammed a 6-nodes element with 7 gauss points subroutine elmt49, see elmt49.f in attachment.
For projection first do local least squares on each element to get values to element nodes, then average.
For simplicity i set from the 4th projected value to the 13th projected value zero.
At last i plot cont 1, but the output is not smooth comparing to the case if only 7 values is projected, see pictures in attachment. But i thought the output of cases that 13 projected values and 7 projected values should be the same.
P.S. i use feap8.5 and in attachment you find the elmt49.f, inputfile Imesh49 and two pictures of the plot.
Best