1, quadrilateral patch command.
Code: Select all
patch quad $matTag $numSubdivIJ $numSubdivJK $yi $zi $yj $zj $yk $zk $yl $zl
Code: Select all
patch quad $coreMatTag 8 8...
2,how is the element coordinate system built? x-axis is connecting the two element nodes. z-axis and y-axis are determined by a vector that lies on a plane parallel to the local x-z plan. How can a x-z plane exist while z-axis is not yet determined?
For a two-dimensional problem, three parameters (vecxzX,vecxzY,vecxzZ) are not necessary. So what is the default local coordinate system?
Thanks a lot.