segmentation violation in the analyze line!

A forum dedicated to users with questions regarding soil materials and elements.

forum currently locked

Moderator: Moderators

Locked
kyonten
Posts: 29
Joined: Thu Jan 29, 2009 7:11 pm
Location: George Washington University

segmentation violation in the analyze line!

Post by kyonten » Fri Mar 27, 2009 1:27 pm

Hi,
I generated tcl input file using a GiD problemtype, and it displays the mesh correctly. However, it terminated with segmentation violation during the analyze part of the file. I'm just applying gravity load (static problem). There were no other information printed on the screen as to what during the analysis causes segment fault. I checked the section of the code that deals with the type of SOE, ConstraintHandler, Integrator, Algorithm I'm using, but didn't find any clues. Anyone faced such problem? I would appreciate if anyone can help. I can email the tcl file.
Thanks.
Karma

jinlu
Posts: 47
Joined: Fri Jul 14, 2006 5:50 pm
Location: UC San Diego

Post by jinlu » Thu Apr 16, 2009 11:14 am

Can you email me the tcl file?

Jinchi

kyonten
Posts: 29
Joined: Thu Jan 29, 2009 7:11 pm
Location: George Washington University

Post by kyonten » Thu Apr 16, 2009 2:44 pm

Jinchi,

Thanks for the reply. I figured out what the problem was. For "element recorder" I thought we could use "all" option like the "node recorder," but looks like that doesn't work. So I provided the range of elements, and that rectified the segment error. Thanks again.

Karma

Locked