pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran.bdf.cards.dmig.DMIG Class Reference

Defines direct input matrices related to grid, extra, and/or scalar points. More...

Inheritance diagram for pyNastran.bdf.cards.dmig.DMIG:
pyNastran.bdf.cards.dmig.NastranMatrix pyNastran.bdf.cards.baseCard.BaseCard pyNastran.bdf.bdfInterface.BDF_Card.BDFCard

List of all members.

Public Member Functions

def __init__

Static Public Attributes

string type = 'DMIG'

Detailed Description

Defines direct input matrices related to grid, extra, and/or scalar points.

The matrix is defined by a single header entry and one or more column entries. A column entry is required for each column with nonzero elements.

Definition at line 374 of file dmig.py.


Constructor & Destructor Documentation

def pyNastran.bdf.cards.dmig.DMIG.__init__ (   self,
  card = None,
  data = None 
)

Reimplemented from pyNastran.bdf.cards.dmig.NastranMatrix.

Definition at line 376 of file dmig.py.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables