ucdavis-kanvinde-group / abaqus-odb-tools

Tools for obtaining output from Abaqus ODB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coordinate based requests in odbFetchFieldOutput

vpericoli opened this issue · comments

For certain functions in odbFetchFieldOutput that are based around coordinate labels (i.e. getNodalCoords, getNodalDispl, getNodalReaction), the code execution speed can be improved if the "matlab" type indexing is used instead of a "for dim in range(0,numdim):" loop, when saving the frame data.

no longer relevant with the code refactor