pyyeti.nastran.op2.OP2.rdop2matrix

OP2.rdop2matrix(trailer)[source]

Read and return Nastran op2 matrix at current file position.

It is assumed that the name has already been read in via rdop2nt().

The size of the matrix is read from trailer:

rows = trailer[2] cols = trailer[1]