The node class for this element. More...
Public Member Functions | |
| __init__ (self, x=0.0, y=0.0, z=0.0) | |
| gmsh (self) | |
| __init__ (self, x=0.0, y=0.0, z=0.0) | |
| gmsh (self) | |
Public Attributes | |
| int | id = -1 |
| int | index = -1 |
| x = x | |
| y = y | |
| z = z | |
| bool | flag = False |
The node class for this element.
| mesh.Node.Node.__init__ | ( | self, | |
| x = 0.0, | |||
| y = 0.0, | |||
| z = 0.0 ) |
| mesh.Node.Node.__init__ | ( | self, | |
| x = 0.0, | |||
| y = 0.0, | |||
| z = 0.0 ) |
| mesh.Node.Node.gmsh | ( | self | ) |
| mesh.Node.Node.gmsh | ( | self | ) |
| bool flag = False |
| int id = -1 |
| int index = -1 |
| mesh.Node.Node.x = x |
| mesh.Node.Node.y = y |
| mesh.Node.Node.z = z |