Page 1 of 1
opensees source code
Posted: Tue Jul 22, 2008 4:44 am
by hongqi
hello!
how and where can i downlode the opensees source code?
thankes for your attention!
Posted: Tue Jul 22, 2008 9:52 am
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.
Posted: Wed Jul 23, 2008 12:22 am
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.
Posted: Wed Jul 23, 2008 11:29 am
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
Posted: Wed Jul 23, 2008 10:11 pm
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
how to use the CVS to dowload source codes?
Posted: Sat Nov 06, 2010 8:48 pm
by cjwxslw
how to use the CVS to dowload source codes?
thank you
Posted: Mon Nov 08, 2010 10:00 am
by fmk
we have updated the svn repository to use svn.
svn co svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
Re: opensees source code
Posted: Sun May 12, 2013 8:02 am
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
Re: opensees source code
Posted: Mon May 13, 2013 3:07 pm
by fmk
the source code is obtained using svn. here is the link
http://opensees.berkeley.edu/OpenSees/developer/svn.php