pyNastran
0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
|
Base class for the DMIG, DMIJ, DMIJI, DMIK matrices. More...
Public Member Functions | |
def | __init__ |
def | writeCodeAster |
assume set 1 = MAAX1,MAAX2, etc. | |
def | addColumn |
def | getMatrix |
builds the Matrix | |
def | rename |
def | isReal |
def | isComplex |
def | getDType |
def | __repr__ |
Public Attributes | |
name | |
ifo | |
4-Lower Triangular; 5=Upper Triangular; 6=Symmetric; 8=Identity (m=nRows, n=m) | |
tin | |
1-Real, Single Precision; 2=Real,Double Precision; 3=Complex, Single; 4=Complex, Double | |
tout | |
0-Set by cell precision | |
polar | |
ncol | |
GCj | |
GCi | |
Real | |
Complex |
def pyNastran.bdf.cards.dmig.NastranMatrix.__init__ | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Reimplemented in pyNastran.bdf.cards.dmig.DMIK, pyNastran.bdf.cards.dmig.DMIJI, pyNastran.bdf.cards.dmig.DMIJ, and pyNastran.bdf.cards.dmig.DMIG.
Definition at line 136 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.__repr__().
assume set 1 = MAAX1,MAAX2, etc.
and 100/n % on each
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 160 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.addColumn().
def pyNastran.bdf.cards.dmig.NastranMatrix.addColumn | ( | self, | |
card = None , |
|||
data = None |
|||
) |
Definition at line 175 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.GCi, pyNastran.bdf.cards.dmig.NastranMatrix.GCj, pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), and pyNastran.bdf.cards.dmig.NastranMatrix.isComplex().
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.writeCodeAster().
def pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix | ( | self, | |
isSparse = False |
|||
) |
builds the Matrix
self | the object pointer |
isSparse | should the matrix be returned as a sparse matrix (default=True). Slower for dense matrices. |
M | the matrix |
rows | dictionary of keys=rowID, values=(Grid,Component) for the matrix |
cols | dictionary of keys=columnID, values=(Grid,Component) for the matrix |
Definition at line 222 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.Complex, pyNastran.bdf.cards.dmig.NastranMatrix.GCi, pyNastran.bdf.cards.dmig.NastranMatrix.GCj, pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.NastranMatrix.ifo, pyNastran.bdf.cards.dmig.NastranMatrix.isComplex(), pyNastran.bdf.cards.dmig.NastranMatrix.isReal(), pyNastran.bdf.cards.dmig.NastranMatrix.name, pyNastran.bdf.cards.dmig.NastranMatrix.Real, pyNastran.bdf.cards.dmig.NastranMatrix.rename(), and pyNastran.bdf.cards.dmig.NastranMatrix.tin.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.addColumn().
def pyNastran.bdf.cards.dmig.NastranMatrix.rename | ( | self, | |
newName | |||
) |
Definition at line 318 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.getDType().
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix().
def pyNastran.bdf.cards.dmig.NastranMatrix.isReal | ( | self | ) |
Definition at line 321 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), pyNastran.op2.op2Codes.Op2Codes.isRealImaginary(), and pyNastran.op2.op2Codes.Op2Codes.isRealOrRandom().
def pyNastran.bdf.cards.dmig.NastranMatrix.isComplex | ( | self | ) |
def pyNastran.bdf.cards.dmig.NastranMatrix.getDType | ( | self, | |
Type | |||
) |
Definition at line 329 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix.Complex, pyNastran.bdf.cards.dmig.NastranMatrix.GCi, pyNastran.bdf.cards.dmig.NastranMatrix.GCj, pyNastran.bdf.cards.dmig.NastranMatrix.ifo, pyNastran.bdf.cards.dmig.NastranMatrix.isComplex(), pyNastran.bdf.cards.dmig.NastranMatrix.name, pyNastran.bdf.cards.dmig.NastranMatrix.ncol, pyNastran.bdf.cards.dmig.NastranMatrix.polar, pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.dmig.NastranMatrix.Real, pyNastran.bdf.cards.dmig.NastranMatrix.tin, pyNastran.bdf.cards.dmig.NastranMatrix.tout, pyNastran.bdf.cards.params.PARAM.type, pyNastran.bdf.cards.properties.bush.BushingProperty.type, pyNastran.bdf.cards.properties.mass.PointProperty.type, pyNastran.bdf.cards.properties.damper.DamperProperty.type, pyNastran.bdf.cards.elements.elements.CFAST.type, pyNastran.bdf.cards.properties.properties.PFAST.type, pyNastran.bdf.cards.tables.Table.type, pyNastran.bdf.cards.properties.springs.SpringProperty.type, pyNastran.bdf.cards.sets.Set.type, pyNastran.bdf.cards.loads.loads.Load.type, pyNastran.bdf.cards.loads.staticLoads.LOAD.type, pyNastran.bdf.cards.coordinateSystems.Coord.type, pyNastran.bdf.cards.properties.shell.ShellProperty.type, pyNastran.bdf.cards.optimization.DCONSTR.type, pyNastran.bdf.cards.elements.shell.ShellElement.type, pyNastran.bdf.cards.properties.bush.PBUSH.type, pyNastran.bdf.cards.properties.damper.PVISC.type, pyNastran.bdf.cards.elements.rigid.RBAR.type, pyNastran.bdf.cards.properties.springs.PELAS.type, pyNastran.bdf.cards.dynamic.FREQ.type, pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.elements.damper.CVISC.type, pyNastran.bdf.cards.methods.EIGB.type, pyNastran.bdf.cards.thermal.loads.QBDY1.type, pyNastran.bdf.cards.materials.CREEP.type, pyNastran.bdf.cards.elements.bush.CBUSH.type, pyNastran.bdf.cards.elements.mass.CMASS1.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.properties.damper.PDAMP.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.elements.elements.CGAP.type, pyNastran.bdf.cards.optimization.DESVAR.type, pyNastran.bdf.cards.elements.damper.CDAMP1.type, pyNastran.bdf.cards.thermal.thermal.CHBDYE.type, pyNastran.bdf.cards.nodes.RINGAX.type, pyNastran.bdf.cards.elements.solid.CHEXA8.type, pyNastran.bdf.cards.properties.properties.PGAP.type, pyNastran.bdf.cards.properties.damper.PDAMP5.type, pyNastran.bdf.cards.dynamic.FREQ1.type, pyNastran.bdf.cards.optimization.DDVAL.type, pyNastran.bdf.cards.nodes.SPOINT.type, pyNastran.bdf.cards.elements.mass.CMASS2.type, pyNastran.bdf.cards.elements.rigid.RBAR1.type, pyNastran.bdf.cards.optimization.DOPTPRM.type, pyNastran.bdf.cards.sets.ASET.type, pyNastran.bdf.cards.properties.springs.PELAST.type, pyNastran.bdf.cards.dynamic.FREQ2.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.tables.TABLED1.type, pyNastran.bdf.cards.properties.bars.LineProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP2.type, pyNastran.bdf.cards.sets.BSET.type, pyNastran.bdf.cards.materials.MAT1.type, pyNastran.bdf.cards.properties.damper.PDAMPT.type, pyNastran.bdf.cards.nodes.SPOINTs.type, pyNastran.bdf.cards.elements.springs.CELAS1.type, pyNastran.bdf.cards.thermal.loads.QBDY3.type, pyNastran.bdf.cards.sets.CSET.type, pyNastran.bdf.cards.optimization.DLINK.type, pyNastran.bdf.cards.elements.bush.CBUSH1D.type, pyNastran.bdf.cards.elements.solid.CHEXA20.type, pyNastran.bdf.cards.dynamic.FREQ4.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.elements.elements.CRAC2D.type, pyNastran.bdf.cards.tables.TABLED2.type, pyNastran.bdf.cards.elements.shell.CTRIA3.type, pyNastran.bdf.cards.sets.QSET.type, pyNastran.bdf.cards.properties.bush.PBUSH1D.type, pyNastran.bdf.cards.thermal.thermal.CHBDYG.type, pyNastran.bdf.cards.properties.properties.SolidProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP3.type, pyNastran.bdf.cards.elements.elements.CRAC3D.type, pyNastran.bdf.cards.dynamic.TSTEP.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.properties.properties.PLSOLID.type, pyNastran.bdf.cards.tables.TABLED3.type, pyNastran.bdf.cards.elements.springs.CELAS2.type, pyNastran.bdf.cards.elements.bush.CBUSH2D.type, pyNastran.bdf.cards.optimization.DSCREEN.type, pyNastran.bdf.cards.nodes.GRDSET.type, pyNastran.bdf.cards.thermal.loads.QHBDY.type, pyNastran.bdf.cards.elements.damper.CDAMP4.type, pyNastran.bdf.cards.sets.ASET1.type, pyNastran.bdf.cards.elements.solid.CPENTA6.type, pyNastran.bdf.cards.elements.mass.CMASS3.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.sets.BSET1.type, pyNastran.bdf.cards.tables.TABLEM1.type, pyNastran.bdf.cards.dynamic.TSTEPNL.type, pyNastran.bdf.cards.optimization.DRESP1.type, pyNastran.bdf.cards.properties.properties.PSOLID.type, pyNastran.bdf.cards.nodes.GRIDB.type, pyNastran.bdf.cards.tables.TABLEM2.type, pyNastran.bdf.cards.elements.damper.CDAMP5.type, pyNastran.bdf.cards.thermal.thermal.CHBDYP.type, pyNastran.bdf.cards.optimization.DRESP2.type, pyNastran.bdf.cards.loads.loads.SLOAD.type, pyNastran.bdf.cards.thermal.loads.TEMP.type, pyNastran.bdf.cards.sets.QSET1.type, pyNastran.bdf.cards.tables.TABLEM3.type, pyNastran.bdf.cards.elements.mass.CMASS4.type, pyNastran.bdf.cards.elements.rigid.RBE2.type, pyNastran.bdf.cards.nodes.GRID.type, pyNastran.bdf.cards.elements.shell.CTRIA6.type, pyNastran.bdf.cards.sets.SET1.type, pyNastran.bdf.cards.methods.EIGR.type, pyNastran.bdf.cards.elements.bars.CROD.type, pyNastran.bdf.cards.properties.shell.PCOMP.type, pyNastran.bdf.cards.properties.properties.PRAC2D.type, pyNastran.bdf.cards.tables.TABLEM4.type, pyNastran.bdf.cards.elements.springs.CELAS3.type, pyNastran.bdf.cards.loads.loads.DLOAD.type, pyNastran.bdf.cards.elements.mass.CONM1.type, pyNastran.bdf.cards.elements.solid.CPENTA15.type, pyNastran.bdf.cards.loads.staticLoads.GRAV.type, pyNastran.bdf.cards.materials.MAT2.type, pyNastran.bdf.cards.thermal.loads.TEMPD.type, pyNastran.bdf.cards.tables.TABLES1.type, pyNastran.bdf.cards.sets.SET3.type, pyNastran.bdf.cards.thermal.thermal.PCONV.type, pyNastran.bdf.cards.methods.EIGP.type, pyNastran.bdf.cards.loads.loads.DAREA.type, pyNastran.bdf.cards.properties.properties.PRAC3D.type, pyNastran.bdf.cards.tables.TABLEST.type, pyNastran.bdf.cards.elements.springs.CELAS4.type, pyNastran.bdf.cards.constraints.SUPORT1.type, pyNastran.bdf.cards.dynamic.NLPARM.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.elements.solid.CTETRA4.type, pyNastran.bdf.cards.tables.RandomTable.type, pyNastran.bdf.cards.loads.loads.TLOAD1.type, pyNastran.bdf.cards.tables.TABRND1.type, pyNastran.bdf.cards.methods.EIGRL.type, pyNastran.bdf.cards.constraints.SUPORT.type, pyNastran.bdf.cards.sets.SESET.type, pyNastran.bdf.cards.thermal.thermal.PCONVM.type, pyNastran.bdf.cards.constraints.MPC.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.elements.shell.CTRIAR.type, pyNastran.bdf.cards.dmig.DMIG.type, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.type, pyNastran.bdf.cards.tables.TABRNDG.type, pyNastran.bdf.cards.dmig.DMIJ.type, pyNastran.bdf.cards.thermal.thermal.PHBDY.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.dmig.DMIJI.type, pyNastran.bdf.cards.tables.TIC.type, pyNastran.bdf.cards.loads.loads.TLOAD2.type, pyNastran.bdf.cards.dmig.DMIK.type, pyNastran.bdf.cards.elements.shell.CTRIAX.type, pyNastran.bdf.cards.constraints.SPC.type, pyNastran.bdf.cards.dmig.DMI.type, pyNastran.bdf.cards.optimization.DVPREL2.type, pyNastran.bdf.cards.thermal.thermal.CONV.type, pyNastran.bdf.cards.materials.MAT3.type, pyNastran.bdf.cards.elements.solid.CTETRA10.type, pyNastran.bdf.cards.elements.shell.CTRIAX6.type, pyNastran.bdf.cards.loads.staticLoads.Force.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.elements.bars.CTUBE.type, pyNastran.bdf.cards.thermal.thermal.RADM.type, pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.type, pyNastran.bdf.cards.constraints.SPCD.type, pyNastran.bdf.cards.loads.staticLoads.Moment.type, pyNastran.bdf.cards.loads.loads.RFORCE.type, pyNastran.bdf.cards.materials.MAT4.type, pyNastran.bdf.cards.constraints.SPCAX.type, pyNastran.bdf.cards.thermal.thermal.RADBC.type, pyNastran.bdf.cards.elements.bars.CONROD.type, pyNastran.bdf.cards.loads.staticLoads.FORCE.type, pyNastran.bdf.cards.properties.bars.PROD.type, pyNastran.bdf.cards.constraints.SPC1.type, pyNastran.bdf.cards.loads.loads.RLOAD1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.loads.staticLoads.FORCE1.type, pyNastran.bdf.cards.properties.bars.PTUBE.type, pyNastran.bdf.cards.constraints.SPCADD.type, pyNastran.bdf.cards.materials.MAT8.type, pyNastran.bdf.cards.loads.loads.RLOAD2.type, pyNastran.bdf.cards.elements.bars.CBAR.type, pyNastran.bdf.cards.loads.staticLoads.FORCE2.type, pyNastran.bdf.cards.properties.shell.PSHEAR.type, pyNastran.bdf.cards.constraints.MPCADD.type, pyNastran.bdf.cards.properties.bars.PBAR.type, pyNastran.bdf.cards.elements.shell.CSHEAR.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT.type, pyNastran.bdf.cards.properties.shell.PSHELL.type, pyNastran.bdf.cards.loads.loads.RANDPS.type, pyNastran.bdf.cards.coordinateSystems.CORD1R.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.coordinateSystems.CORD1C.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.type, pyNastran.bdf.cards.materials.MAT9.type, pyNastran.bdf.cards.coordinateSystems.CORD1S.type, pyNastran.bdf.cards.elements.shell.CQUAD4.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.type, pyNastran.bdf.cards.coordinateSystems.CORD2R.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.coordinateSystems.CORD2S.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.coordinateSystems.CORD2C.type, pyNastran.bdf.cards.properties.bars.PBARL.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD.type, pyNastran.bdf.cards.materials.MAT10.type, pyNastran.bdf.cards.elements.shell.CQUADR.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.type, pyNastran.bdf.cards.elements.shell.CQUAD.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.properties.bars.PBEAM.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.type, pyNastran.bdf.cards.elements.shell.CQUAD8.type, pyNastran.bdf.cards.elements.bars.CBEAM3.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.materials.MATS1.type, pyNastran.bdf.cards.elements.bars.CBEAM.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.elements.shell.CQUADX.type, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.properties.bars.PBEAML.type, pyNastran.bdf.cards.aero.SPLINE5.type, pyNastran.bdf.cards.aero.TRIM.type, pyNastran.bdf.cards.elements.bars.CBEND.type, and pyNastran.bdf.cards.properties.bars.PBEND.type.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), and pyNastran.bdf.cards.dmig.NastranMatrix.rename().
def pyNastran.bdf.cards.dmig.NastranMatrix.__repr__ | ( | self | ) |
Reimplemented from pyNastran.bdf.cards.baseCard.BaseCard.
Definition at line 351 of file dmig.py.
References pyNastran.bdf.cards.dmig.NastranMatrix.__init__(), pyNastran.bdf.cards.dmig.NastranMatrix.GCi, pyNastran.bdf.cards.dmig.NastranMatrix.GCj, pyNastran.bdf.cards.dmig.NastranMatrix.name, pyNastran.bdf.cards.baseCard.BaseCard.printCard(), pyNastran.bdf.cards.dmig.NastranMatrix.Real, pyNastran.bdf.cards.params.PARAM.type, pyNastran.bdf.cards.properties.bush.BushingProperty.type, pyNastran.bdf.cards.properties.mass.PointProperty.type, pyNastran.bdf.cards.properties.damper.DamperProperty.type, pyNastran.bdf.cards.elements.elements.CFAST.type, pyNastran.bdf.cards.properties.properties.PFAST.type, pyNastran.bdf.cards.tables.Table.type, pyNastran.bdf.cards.properties.springs.SpringProperty.type, pyNastran.bdf.cards.sets.Set.type, pyNastran.bdf.cards.loads.loads.Load.type, pyNastran.bdf.cards.loads.staticLoads.LOAD.type, pyNastran.bdf.cards.coordinateSystems.Coord.type, pyNastran.bdf.cards.properties.shell.ShellProperty.type, pyNastran.bdf.cards.optimization.DCONSTR.type, pyNastran.bdf.cards.properties.bush.PBUSH.type, pyNastran.bdf.cards.elements.shell.ShellElement.type, pyNastran.bdf.cards.properties.damper.PVISC.type, pyNastran.bdf.cards.elements.rigid.RBAR.type, pyNastran.bdf.cards.properties.springs.PELAS.type, pyNastran.bdf.cards.dynamic.FREQ.type, pyNastran.bdf.cards.aero.AEFACT.type, pyNastran.bdf.cards.elements.damper.CVISC.type, pyNastran.bdf.cards.methods.EIGB.type, pyNastran.bdf.cards.thermal.loads.QBDY1.type, pyNastran.bdf.cards.materials.CREEP.type, pyNastran.bdf.cards.elements.bush.CBUSH.type, pyNastran.bdf.cards.elements.mass.CMASS1.type, pyNastran.bdf.cards.baseCard.BaseCard.type, pyNastran.bdf.cards.properties.damper.PDAMP.type, pyNastran.bdf.cards.elements.elements.CGAP.type, pyNastran.bdf.cards.aero.AELINK.type, pyNastran.bdf.cards.optimization.DESVAR.type, pyNastran.bdf.cards.elements.damper.CDAMP1.type, pyNastran.bdf.cards.thermal.thermal.CHBDYE.type, pyNastran.bdf.cards.nodes.RINGAX.type, pyNastran.bdf.cards.elements.solid.CHEXA8.type, pyNastran.bdf.cards.properties.properties.PGAP.type, pyNastran.bdf.cards.properties.damper.PDAMP5.type, pyNastran.bdf.cards.dynamic.FREQ1.type, pyNastran.bdf.cards.optimization.DDVAL.type, pyNastran.bdf.cards.nodes.SPOINT.type, pyNastran.bdf.cards.elements.mass.CMASS2.type, pyNastran.bdf.cards.elements.rigid.RBAR1.type, pyNastran.bdf.cards.optimization.DOPTPRM.type, pyNastran.bdf.cards.sets.ASET.type, pyNastran.bdf.cards.properties.springs.PELAST.type, pyNastran.bdf.cards.dynamic.FREQ2.type, pyNastran.bdf.cards.aero.AELIST.type, pyNastran.bdf.cards.tables.TABLED1.type, pyNastran.bdf.cards.properties.bars.LineProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP2.type, pyNastran.bdf.cards.sets.BSET.type, pyNastran.bdf.cards.materials.MAT1.type, pyNastran.bdf.cards.properties.damper.PDAMPT.type, pyNastran.bdf.cards.nodes.SPOINTs.type, pyNastran.bdf.cards.elements.springs.CELAS1.type, pyNastran.bdf.cards.thermal.loads.QBDY3.type, pyNastran.bdf.cards.sets.CSET.type, pyNastran.bdf.cards.optimization.DLINK.type, pyNastran.bdf.cards.elements.bush.CBUSH1D.type, pyNastran.bdf.cards.elements.solid.CHEXA20.type, pyNastran.bdf.cards.dynamic.FREQ4.type, pyNastran.bdf.cards.aero.AEPARM.type, pyNastran.bdf.cards.elements.elements.CRAC2D.type, pyNastran.bdf.cards.elements.shell.CTRIA3.type, pyNastran.bdf.cards.sets.QSET.type, pyNastran.bdf.cards.tables.TABLED2.type, pyNastran.bdf.cards.properties.bush.PBUSH1D.type, pyNastran.bdf.cards.thermal.thermal.CHBDYG.type, pyNastran.bdf.cards.properties.properties.SolidProperty.type, pyNastran.bdf.cards.elements.damper.CDAMP3.type, pyNastran.bdf.cards.elements.elements.CRAC3D.type, pyNastran.bdf.cards.dynamic.TSTEP.type, pyNastran.bdf.cards.aero.AESTAT.type, pyNastran.bdf.cards.properties.properties.PLSOLID.type, pyNastran.bdf.cards.tables.TABLED3.type, pyNastran.bdf.cards.elements.springs.CELAS2.type, pyNastran.bdf.cards.elements.bush.CBUSH2D.type, pyNastran.bdf.cards.optimization.DSCREEN.type, pyNastran.bdf.cards.nodes.GRDSET.type, pyNastran.bdf.cards.thermal.loads.QHBDY.type, pyNastran.bdf.cards.elements.damper.CDAMP4.type, pyNastran.bdf.cards.sets.ASET1.type, pyNastran.bdf.cards.elements.solid.CPENTA6.type, pyNastran.bdf.cards.elements.mass.CMASS3.type, pyNastran.bdf.cards.aero.AESURF.type, pyNastran.bdf.cards.sets.BSET1.type, pyNastran.bdf.cards.tables.TABLEM1.type, pyNastran.bdf.cards.dynamic.TSTEPNL.type, pyNastran.bdf.cards.optimization.DRESP1.type, pyNastran.bdf.cards.properties.properties.PSOLID.type, pyNastran.bdf.cards.nodes.GRIDB.type, pyNastran.bdf.cards.tables.TABLEM2.type, pyNastran.bdf.cards.elements.damper.CDAMP5.type, pyNastran.bdf.cards.thermal.thermal.CHBDYP.type, pyNastran.bdf.cards.optimization.DRESP2.type, pyNastran.bdf.cards.loads.loads.SLOAD.type, pyNastran.bdf.cards.thermal.loads.TEMP.type, pyNastran.bdf.cards.sets.QSET1.type, pyNastran.bdf.cards.elements.mass.CMASS4.type, pyNastran.bdf.cards.tables.TABLEM3.type, pyNastran.bdf.cards.elements.rigid.RBE2.type, pyNastran.bdf.cards.nodes.GRID.type, pyNastran.bdf.cards.elements.shell.CTRIA6.type, pyNastran.bdf.cards.sets.SET1.type, pyNastran.bdf.cards.methods.EIGR.type, pyNastran.bdf.cards.elements.bars.CROD.type, pyNastran.bdf.cards.properties.shell.PCOMP.type, pyNastran.bdf.cards.properties.properties.PRAC2D.type, pyNastran.bdf.cards.tables.TABLEM4.type, pyNastran.bdf.cards.elements.springs.CELAS3.type, pyNastran.bdf.cards.loads.loads.DLOAD.type, pyNastran.bdf.cards.elements.mass.CONM1.type, pyNastran.bdf.cards.elements.solid.CPENTA15.type, pyNastran.bdf.cards.loads.staticLoads.GRAV.type, pyNastran.bdf.cards.materials.MAT2.type, pyNastran.bdf.cards.thermal.loads.TEMPD.type, pyNastran.bdf.cards.tables.TABLES1.type, pyNastran.bdf.cards.sets.SET3.type, pyNastran.bdf.cards.thermal.thermal.PCONV.type, pyNastran.bdf.cards.methods.EIGP.type, pyNastran.bdf.cards.loads.loads.DAREA.type, pyNastran.bdf.cards.properties.properties.PRAC3D.type, pyNastran.bdf.cards.tables.TABLEST.type, pyNastran.bdf.cards.elements.springs.CELAS4.type, pyNastran.bdf.cards.constraints.SUPORT1.type, pyNastran.bdf.cards.dynamic.NLPARM.type, pyNastran.bdf.cards.aero.AERO.type, pyNastran.bdf.cards.elements.solid.CTETRA4.type, pyNastran.bdf.cards.tables.RandomTable.type, pyNastran.bdf.cards.loads.loads.TLOAD1.type, pyNastran.bdf.cards.tables.TABRND1.type, pyNastran.bdf.cards.methods.EIGRL.type, pyNastran.bdf.cards.constraints.SUPORT.type, pyNastran.bdf.cards.sets.SESET.type, pyNastran.bdf.cards.thermal.thermal.PCONVM.type, pyNastran.bdf.cards.constraints.MPC.type, pyNastran.bdf.cards.elements.shell.CTRIAR.type, pyNastran.bdf.cards.aero.AEROS.type, pyNastran.bdf.cards.dmig.DMIG.type, pyNastran.bdf.cards.loads.staticLoads.ACCEL1.type, pyNastran.bdf.cards.tables.TABRNDG.type, pyNastran.bdf.cards.dmig.DMIJ.type, pyNastran.bdf.cards.thermal.thermal.PHBDY.type, pyNastran.bdf.cards.aero.CSSCHD.type, pyNastran.bdf.cards.dmig.DMIJI.type, pyNastran.bdf.cards.tables.TIC.type, pyNastran.bdf.cards.loads.loads.TLOAD2.type, pyNastran.bdf.cards.dmig.DMIK.type, pyNastran.bdf.cards.elements.shell.CTRIAX.type, pyNastran.bdf.cards.constraints.SPC.type, pyNastran.bdf.cards.dmig.DMI.type, pyNastran.bdf.cards.optimization.DVPREL2.type, pyNastran.bdf.cards.thermal.thermal.CONV.type, pyNastran.bdf.cards.materials.MAT3.type, pyNastran.bdf.cards.elements.solid.CTETRA10.type, pyNastran.bdf.cards.elements.shell.CTRIAX6.type, pyNastran.bdf.cards.loads.staticLoads.Force.type, pyNastran.bdf.cards.aero.CAERO1.type, pyNastran.bdf.cards.thermal.thermal.RADM.type, pyNastran.bdf.cards.elements.bars.CTUBE.type, pyNastran.bdf.cards.constraints.SPCD.type, pyNastran.bdf.cards.properties.bars.IntegratedLineProperty.type, pyNastran.bdf.cards.loads.staticLoads.Moment.type, pyNastran.bdf.cards.loads.loads.RFORCE.type, pyNastran.bdf.cards.materials.MAT4.type, pyNastran.bdf.cards.constraints.SPCAX.type, pyNastran.bdf.cards.thermal.thermal.RADBC.type, pyNastran.bdf.cards.elements.bars.CONROD.type, pyNastran.bdf.cards.loads.staticLoads.FORCE.type, pyNastran.bdf.cards.properties.bars.PROD.type, pyNastran.bdf.cards.constraints.SPC1.type, pyNastran.bdf.cards.loads.loads.RLOAD1.type, pyNastran.bdf.cards.aero.CAERO2.type, pyNastran.bdf.cards.loads.staticLoads.FORCE1.type, pyNastran.bdf.cards.properties.bars.PTUBE.type, pyNastran.bdf.cards.constraints.SPCADD.type, pyNastran.bdf.cards.materials.MAT8.type, pyNastran.bdf.cards.loads.loads.RLOAD2.type, pyNastran.bdf.cards.elements.bars.CBAR.type, pyNastran.bdf.cards.loads.staticLoads.FORCE2.type, pyNastran.bdf.cards.properties.shell.PSHEAR.type, pyNastran.bdf.cards.constraints.MPCADD.type, pyNastran.bdf.cards.properties.bars.PBAR.type, pyNastran.bdf.cards.elements.shell.CSHEAR.type, pyNastran.bdf.cards.aero.FLFACT.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT.type, pyNastran.bdf.cards.properties.shell.PSHELL.type, pyNastran.bdf.cards.loads.loads.RANDPS.type, pyNastran.bdf.cards.coordinateSystems.CORD1R.type, pyNastran.bdf.cards.aero.FLUTTER.type, pyNastran.bdf.cards.coordinateSystems.CORD1C.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT1.type, pyNastran.bdf.cards.materials.MAT9.type, pyNastran.bdf.cards.coordinateSystems.CORD1S.type, pyNastran.bdf.cards.elements.shell.CQUAD4.type, pyNastran.bdf.cards.loads.staticLoads.MOMENT2.type, pyNastran.bdf.cards.coordinateSystems.CORD2R.type, pyNastran.bdf.cards.aero.GUST.type, pyNastran.bdf.cards.coordinateSystems.CORD2S.type, pyNastran.bdf.cards.aero.MKAERO1.type, pyNastran.bdf.cards.coordinateSystems.CORD2C.type, pyNastran.bdf.cards.properties.bars.PBARL.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD.type, pyNastran.bdf.cards.materials.MAT10.type, pyNastran.bdf.cards.elements.shell.CQUADR.type, pyNastran.bdf.cards.aero.MKAERO2.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD1.type, pyNastran.bdf.cards.aero.PAERO1.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD2.type, pyNastran.bdf.cards.elements.shell.CQUAD.type, pyNastran.bdf.cards.aero.PAERO2.type, pyNastran.bdf.cards.properties.bars.PBEAM.type, pyNastran.bdf.cards.loads.staticLoads.PLOAD4.type, pyNastran.bdf.cards.elements.shell.CQUAD8.type, pyNastran.bdf.cards.elements.bars.CBEAM3.type, pyNastran.bdf.cards.aero.SPLINE1.type, pyNastran.bdf.cards.materials.MATS1.type, pyNastran.bdf.cards.aero.SPLINE2.type, pyNastran.bdf.cards.elements.bars.CBEAM.type, pyNastran.bdf.cards.elements.shell.CQUADX.type, pyNastran.bdf.cards.loads.staticLoads.PLOADX1.type, pyNastran.bdf.cards.aero.SPLINE4.type, pyNastran.bdf.cards.properties.bars.PBEAML.type, pyNastran.bdf.cards.aero.SPLINE5.type, pyNastran.bdf.cards.aero.TRIM.type, pyNastran.bdf.cards.elements.bars.CBEND.type, and pyNastran.bdf.cards.properties.bars.PBEND.type.
Referenced by pyNastran.bdf.cards.elements.bars.CROD.displacementStress(), pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), and pyNastran.bdf.cards.elements.bars.CBAR.Stiffness().
Definition at line 136 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.DMIJI::__init__(), pyNastran.bdf.cards.dmig.NastranMatrix::__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix::getDType(), pyNastran.bdf.cards.dmig.NastranMatrix::getMatrix(), pyNastran.bdf.cards.dmig.DMI::isComplex(), pyNastran.bdf.cards.dmig.DMI::isReal(), pyNastran.bdf.cards.dmig.DMI::readComplex(), and pyNastran.op2.tables.oee_energy.oee_objects.StrainEnergyObject::updateDt().
4-Lower Triangular; 5=Upper Triangular; 6=Symmetric; 8=Identity (m=nRows, n=m)
Definition at line 137 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), and pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix().
1-Real, Single Precision; 2=Real,Double Precision; 3=Complex, Single; 4=Complex, Double
Definition at line 138 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.DMIK.__init__(), pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), pyNastran.bdf.cards.dmig.DMI.isReal(), and pyNastran.bdf.cards.dmig.DMI.readComplex().
0-Set by cell precision
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), and pyNastran.bdf.cards.dmig.DMI.isReal().
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getDType().
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getDType().
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix.addColumn(), pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), and pyNastran.bdf.cards.dmig.DMI.isComplex().
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.__repr__(), pyNastran.bdf.cards.dmig.NastranMatrix.addColumn(), pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), and pyNastran.bdf.cards.dmig.DMI.isComplex().
Definition at line 139 of file dmig.py.
Referenced by pyNastran.bdf.cards.dmig.NastranMatrix.getDType(), pyNastran.bdf.cards.dmig.NastranMatrix.getMatrix(), and pyNastran.bdf.cards.dmig.DMI.isComplex().