GiDInterface icon indicating copy to clipboard operation
GiDInterface copied to clipboard

Error in the Export of the SubModelPart

Open GianmarcoBoscolo opened this issue 11 months ago • 1 comments

I create a submodelpart. I ha ve to export its nodes and elements. In the .mdpa the relative elements are defined twice: one in the main part, and one in th esubmodelpart. When I run Kratos this gives the following error example: "Error: attempting to add a new element with Id :1, unfortunately a (different) element with the same Id already exists".

Image Image Image

GianmarcoBoscolo avatar Dec 16 '24 14:12 GianmarcoBoscolo

Hey @GianmarcoBoscolo

Could you attach here a zip with your gid model containing the files you mention?

I suspect that the behaviour is the expected since you are using the "element 1" in the domain (Parts > domain) and in the custom submodelpart section. Anyway, we are changing this soon to write geometries, and I think this will be taken into account

jginternational avatar Feb 06 '25 09:02 jginternational