pyvista.MultiBlockPlot3DReader.preserve_intermediate_functions#
- property MultiBlockPlot3DReader.preserve_intermediate_functions[source]#
When
True(default), intermediate computed quantities will be preserved.For example, if
VelocityMagnitudeis enabled, but notVelocity, the reader still needs to computeVelocity. If preserve_intermediate_functions isFalse, then the output will not haveVelocityarray, only the requestedVelocityMagnitude.This is useful to avoid using up memory for arrays that are not relevant for the analysis.