Question #704306 on Yade changed: https://answers.launchpad.net/yade/+question/704306
Bruno Chareyre posted a new comment: Dear Ahmad, it is very difficult to answer without seeing an actual code. You should push code/scripts to some branch. One thing I can explain is that ThermalEngine will not select DFNFlowEngine, and then flow remains undefined (and segfault). It is because of this condition: "if (e->getClassName() == "FlowEngine")". The class name of DFNFlowEngine is not FlowEngine, so it is not selected. A "or" in the condition could help. Bruno -- You received this question notification because your team yade-users is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : yade-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp