carputils
Doxygen code documentation for the python framework controlling openCARP
|
Describes a mesh element. More...
Public Member Functions | |
def | __init__ (self, etype, nodes) |
Public Attributes | |
etype | |
nodes | |
Describes a mesh element.
etype int or str The openCARP element type nodes array of int The node numbers of this element
def carputils.mesh.base.Element.__init__ | ( | self, | |
etype, | |||
nodes | |||
) |
carputils.mesh.base.Element.etype |
carputils.mesh.base.Element.nodes |