Package mbdyn :: Module nodes
[hide private]

Module nodes

source code

The interface to the MBDyn nodes. However the only node available today is the StructuralNode, that can be static or dynamic.

Classes [hide private]
  Node
An abstract class for all the nodes.
  StructuralNode
The structural node of MBDyn.
Variables [hide private]
  NODE_CLASS = {'STRUCTURAL': {'structural': <class mbdyn.nodes....
Variables Details [hide private]

NODE_CLASS

Value:
{'STRUCTURAL': {'structural': <class mbdyn.nodes.StructuralNode at 0x9\
acef0>}}