opensees source code

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
hongqi
Posts: 16
Joined: Tue Jul 22, 2008 12:23 am

opensees source code

Post by hongqi »

hello!
:( how and where can i downlode the opensees source code?


thankes for your attention!
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

go to the developer pages on the website. The last few releases of OpenSees can be downloaded as tarballs . The current code that is in the repository can be downloaded using CVS, instructions are on the webpage.
hongqi
Posts: 16
Joined: Tue Jul 22, 2008 12:23 am

Post by hongqi »

thanks so much.
I have been downloaded the code ,but the code has been divided into many parts,i don't know the part which is use for computing or simulation,would you please tell me ?

thanks for your time !
fmk wrote:go to the developer pages on the website. The last few releases of OpenSees can be downloaded as tarballs . The current code that is in the repository can be downloaded using CVS, instructions are on the webpage.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

there are a number of main subdirectories under OpenSees/SRC

1. Analysis - all classes associated with analysis are here
2. Element - all element types are under here
3. Material - all material types under here
4. Domain - all classes associated that comprise a Domain are here except the elements.
5. Recorder - recorder classes are here.
6. Actor - classes associated with parallel processing are here.

and a bunch of others.

to see what they all do and how they interact i suggest you look at my dissertation.

http://www.ce.berkeley.edu/~fmckenna/dissertation.html
hongqi
Posts: 16
Joined: Tue Jul 22, 2008 12:23 am

Post by hongqi »

to fmk:
thanks so much! the answer is very detailed.
fmk wrote:there are a number of main subdirectories under OpenSees/SRC

1. Analysis - all classes associated with analysis are here
2. Element - all element types are under here
3. Material - all material types under here
4. Domain - all classes associated that comprise a Domain are here except the elements.
5. Recorder - recorder classes are here.
6. Actor - classes associated with parallel processing are here.

and a bunch of others.

to see what they all do and how they interact i suggest you look at my dissertation.

http://www.ce.berkeley.edu/~fmckenna/dissertation.html
cjwxslw
Posts: 12
Joined: Sat May 22, 2010 6:33 pm
Location: NORTH CHINA UNVERSITY OF SCIENCE AND TECHNOLOGY

how to use the CVS to dowload source codes?

Post by cjwxslw »

how to use the CVS to dowload source codes?
thank you
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

we have updated the svn repository to use svn.

svn co svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
EugenioF
Posts: 1
Joined: Fri Jan 25, 2013 1:17 am
Location: università degli studi di Catania

Re: opensees source code

Post by EugenioF »

hello!!
i can't dowloaded the opensees source code because the page http://opensees.berkeley.edu/OpenSees/d ... ource.html doesn't work.
Can you help me??
thank you
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: opensees source code

Post by fmk »

the source code is obtained using svn. here is the link

http://opensees.berkeley.edu/OpenSees/developer/svn.php
Post Reply