gauss points coordinates
Moderator: Moderators
gauss points coordinates
Hi, I need to know which are the coordinates of the gauss points in the quaElement. Thank you.
-
- Posts: 5
- Joined: Sun Apr 19, 2009 10:53 am
- Location: http://webedu.srbiau.ac.ir
in source code:
:Element (tag, ELE_TAG_FourNodeQuad),
theMaterial(0), connectedExternalNodes(4),
Q(8), pressureLoad(8), thickness(t), pressure(p), Ki(0)
{
pts[0][0] = -0.5773502691896258;
pts[0][1] = -0.5773502691896258;
pts[1][0] = 0.5773502691896258;
pts[1][1] = -0.5773502691896258;
pts[2][0] = 0.5773502691896258;
pts[2][1] = 0.5773502691896258;
pts[3][0] = -0.5773502691896258;
pts[3][1] = 0.5773502691896258;
:Element (tag, ELE_TAG_FourNodeQuad),
theMaterial(0), connectedExternalNodes(4),
Q(8), pressureLoad(8), thickness(t), pressure(p), Ki(0)
{
pts[0][0] = -0.5773502691896258;
pts[0][1] = -0.5773502691896258;
pts[1][0] = 0.5773502691896258;
pts[1][1] = -0.5773502691896258;
pts[2][0] = 0.5773502691896258;
pts[2][1] = 0.5773502691896258;
pts[3][0] = -0.5773502691896258;
pts[3][1] = 0.5773502691896258;