carputils
Doxygen code documentation for the python framework controlling openCARP
Public Member Functions | Public Attributes | List of all members
carputils.mesh.base.Element Class Reference

Describes a mesh element. More...

Public Member Functions

def __init__ (self, etype, nodes)
 

Public Attributes

 etype
 
 nodes
 

Detailed Description

Describes a mesh element.

Parameters

etype int or str The openCARP element type nodes array of int The node numbers of this element

Constructor & Destructor Documentation

◆ __init__()

def carputils.mesh.base.Element.__init__ (   self,
  etype,
  nodes 
)

Member Data Documentation

◆ etype

carputils.mesh.base.Element.etype

◆ nodes

carputils.mesh.base.Element.nodes

The documentation for this class was generated from the following file: