For developers writing C++, Fortran, Java, code who have questions or comments to make.
Moderators: silvia , selimgunay , Moderators
danielzoetzl
Posts: 9 Joined: Wed May 06, 2009 2:32 pm
Post
by danielzoetzl » Wed May 13, 2009 8:45 am
Hello,
just got a short question:
if I want to add new commands to OpenSees, what to do?
I have to write the *.h and the *.cpp data, but where to put it, so
OpenSees can open it and work with it?
Sorry for this questions, but i'm just a statical engineer and not an
informatic.
Thanks
Cheers, Daniel
nmitra
Posts: 4 Joined: Fri Mar 30, 2007 10:04 pm
Location: San Luis Obispo
Post
by nmitra » Wed May 13, 2009 9:58 pm
Well depends on what you want to do. like are we talking about creating an element, material and so on.. These things I beleive are already explained in details in the manual maintained by Silvia so please check them out.
danielzoetzl
Posts: 9 Joined: Wed May 06, 2009 2:32 pm
Post
by danielzoetzl » Thu May 14, 2009 1:52 am
I was thinking about implementing a new command. We want to try to implement fire load in opensees.
Also there it doesn't say where to put the *.h and the *.cpp data, so OpenSees can open it and work with it.