ANALYSIS STEPS IN DEEP

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
ArdalanNejat
Posts: 19
Joined: Sat Aug 03, 2013 3:56 am
Location: Shiraz University
Contact:

ANALYSIS STEPS IN DEEP

Post by ArdalanNejat » Sat Nov 30, 2013 11:46 pm

Dear All,
I have two questions!
1-I follow the code debugging and I guess every assembly and forming stiffness matrix is happening at TransformationConstraintHandler is that correct?
2-what is it you are doing in this piece of code?
int numSPConstraints = 0;
SP_ConstraintIter &theSP1s = theDomain->getDomainAndLoadPatternSPs();
SP_Constraint *theSP1;
while ((theSP1 = theSP1s()) != 0)
numSPConstraints++;
thanks

brag006
Posts: 173
Joined: Wed Feb 15, 2012 1:26 pm
Location: University of Auckland

Re: ANALYSIS STEPS IN DEEP

Post by brag006 » Sun Dec 01, 2013 12:26 pm

Calculating the number of SP constraints in the domain.

ArdalanNejat
Posts: 19
Joined: Sat Aug 03, 2013 3:56 am
Location: Shiraz University
Contact:

Re: ANALYSIS STEPS IN DEEP

Post by ArdalanNejat » Mon Dec 02, 2013 11:56 am

dear brag006 I've followd your posts in forum and I guess you got the main picture of opensees can I ask you a few questions about it? I'm sorry for asking this here but I really need help for my thesis, here is my e-mail and thank you so much.
ardalan.nejat@hotmail.com

Post Reply