Element.tria3d
From Nemesis
The following article describes the use of the element.tria3d command. This command defines a displacement based, three-node bilinear triangle, whose nodes are given in an anticlockwise manner.
Contents |
Syntax
element.tria3d(id,dof1,dof2,dof3,mat)
where
Parameter | description | type | default |
---|---|---|---|
id | The elemental id | integer | - |
dof1-3 | The elemental nodes | integer | - |
mat | The element material | integer | - |
Examples
element.tria3d(2,1,2,10,2)
Comments
Nodes and material must be already defined.
See also
- node module.
- material module.
- element module.
- User guide.