Hi Damien,
With two PlugIn_CreateDomains above that you send me, sometimes it works, sometimes it does not work with gdd file generated by Cookerprefilling.
Example: In my case, the Cookerprefilling with 2000 element of matrix: it work. It does not work with 5000 or 1000 or 10000 element of matrix (see errors in figure below). It concerns this code:
// Update the connectivity table of element pair
DEM::ElementPair::UpdateConnectivity();
for (unsigned int i=0; i < demInclusion.GetTotItemNumber(); ++i)
{
auto set = DEM::ElementPair::GetConnectionFor(demInclusion(i));
AddSetToSet(set, fiberbondset);
demFiber.AddItem(demInclusion[i]);
}
Can you help me?
Thank you,
Danh