<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import FebPlt

plt = FebPlt.FebPlt('large_block.xplt')
print 'This is the time array:'
print plt.TIME
print 'This is the stress tensor in Voigt notation for element 19 over time:'
print plt.ElementData[19]['stress']
print 'This is the displacement for node 19 over time:'
print plt.NodeData[19]['displacement']
</pre></body></html>