Analyzing integration point data
Currently there exists a tool ipDataToPointCloud
(documented here).
Possible extensions include (taken from the C++ code):
// TODO future additions to this tool might include:
// -C --copy-cell-data
// -N --interpolate-node-data
// -I --add-cell-ids
// -O --integration-order
// --natural-coords add natural coordinates of integration points, or better
// not?
// --no-data
// --linear-shape-functions={pressure, ...} for the interpolation of nodal
// data
// PVD support
// handle other data than only double data
... and ... of course Python bindings.
Some (maybe even all) of the mentioned extensions are easy to implement in Python.
Edited by Christoph Lehmann