How to run OpenSees from the C++ code directly without tcl?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
XiaoxuD
Posts: 8
Joined: Wed Feb 15, 2017 1:22 am
Location: csu

How to run OpenSees from the C++ code directly without tcl?

Post by XiaoxuD » Sat Feb 03, 2018 8:52 pm

I wonder if I can set all the parameters in the C++ source code and run the analysis without tcl scripts.
It will be very helpful and make the program more flexible.
Are there any examples?

Thanks a lot.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: How to run OpenSees from the C++ code directly without t

Post by fmk » Thu Feb 22, 2018 2:29 pm

in EXAMPLES/Example1 there is an example c++ main.

Post Reply