BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
mesh.Node.Node Class Reference

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

Detailed Description

The node class for this element.

Constructor & Destructor Documentation

◆ __init__() [1/2]

mesh.Node.Node.__init__ ( self,
x = 0.0,
y = 0.0,
z = 0.0 )

◆ __init__() [2/2]

mesh.Node.Node.__init__ ( self,
x = 0.0,
y = 0.0,
z = 0.0 )

Member Function Documentation

◆ gmsh() [1/2]

mesh.Node.Node.gmsh ( self)

◆ gmsh() [2/2]

mesh.Node.Node.gmsh ( self)

Member Data Documentation

◆ flag

bool flag = False

◆ id

int id = -1

◆ index

int index = -1

◆ x

mesh.Node.Node.x = x

◆ y

mesh.Node.Node.y = y

◆ z

mesh.Node.Node.z = z

The documentation for this class was generated from the following files:
  • examples/corc_twolayer/python/mesh/Node.py
  • examples/pancake/python/mesh/Node.py