I've created a material plugin that uses a FEParamVec3 (specifically a math-defined FEParamVec3 that varies over the surface of the model I'm simulating). However, when I dump and then attempt to restart my simulation, I recieve a SegFault when I try to call this vector. However, I also have a FEParamDouble in my plugin that is also math-defined on the model surface, and that seems to restart correctly with no issues.
Does anyone know what might be causing this/how to fix it?
Does anyone know what might be causing this/how to fix it?
Comment