--
You received this message because you are subscribed to a topic in the Google Groups "pyNastran Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pynastran-discuss/uFRWGizoRw8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pynastran-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastran-discuss+unsubscribe@googlegroups.com.
KELM is not a G-set matrix, so you could not use the DMIG option. The number of columns is the number of elements, and the number of rows is the maximum number of non-zero entries in any element. So it’s just a straight forward matrix in OP2 format. I forget if pyNastran can read regular matrices from OP2, but I thought that it could. KDICT would be trickier since it’s a specific table, and then the code to actually use those to do something such as assemble a global stiffness matrix would require further trickery.