Element.tria6d
From Nemesis
The following article describes the use of the element.tria6d command. This command defines a displacement based, 6-node quadratic triangle.
Contents |
Syntax
element.tria6d(id,dof1,dof2,dof3,dof4,dof5,dof6,mat)
where
| Parameter | description | type | default |
|---|---|---|---|
| id | The elemental id | integer | - |
| dof1-6 | The elemental nodes | integer | - |
| mat | The element material | integer | - |
Examples
element.tria3d(2,1,2,3,4,5,6,2)
Comments
Nodes and material must be already defined.
See also
- node module.
- material module.
- element module.
- User guide.