OK, I’ve spoken with my collaborator and we agree we’d like to implement this in ParaView. I’m fluent (enough) in python and she will get there, and we both are comfortable with the mechanics. Our problem is, we don’t know the interface. So, here are a couple of questions. Feel free to respond with RTFM if that’s appropriate (maybe with page numbers too please?)…
- First things first, I am not sure the function name to call, or what is passed in as data. I need the mesh nodes and elements (which have come from a UCD-type mesh), over the timespan, passed into the function. I suspect this is as a structure…
- …I know what to do with it once it’s all there…
- The output will be element-specific, time-specific vectors; also could be output as magnitudes for simpler visualization.
OK this is embarrassing. I really don’t know jack about where to start. Manual page would really help. Sorry!! I’ve started reading the ParaView Guide but I’m taking baby steps here…