Hi! Is there anyway to accelerate the extraction of my data? My goal is to analyze the strain of every element in a region. However, accessing a frame takes ~80s for my computer. Is there a way to speed up the access of a frame without reducing the amount of variables I need to output to the ODB? The following is an example of my code. For context, to process all the frames, it will take at least an hour.
for step in odb.steps.values(): for frame in step.frames: strain= frame.fieldOutputs['LE'].getSubset(region=surface,position=CENTROID).values