Can I call OpenSees interpreter from inside my C++ code?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
megiddo
Posts: 9
Joined: Thu Jun 20, 2013 8:54 am
Location: UConn

Can I call OpenSees interpreter from inside my C++ code?

Post by megiddo » Thu Dec 18, 2014 7:00 am

I was wondering if I can run OpenSees interpreter from inside my C++ code. For example I have a C++ code which does Finite Element Analysis and I want to use OpenSees capabilities in my Finite Element C++ code. Is it possible? If so, is there any guide on how to do it? If it's not possible, is there any workaround to use OpenSees in C++ code?

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

Re: Can I call OpenSees interpreter from inside my C++ code?

Post by fmk » Fri Dec 19, 2014 10:52 am

if you just want the fe capabilities, just use the individual classes (you do not need the interpreter to use them) .. if you have set up your own c++ cod with classes, etc. you should need no guide .. you may need to convert between opensees vectors and matrices and your own.

megiddo
Posts: 9
Joined: Thu Jun 20, 2013 8:54 am
Location: UConn

Re: Can I call OpenSees interpreter from inside my C++ code?

Post by megiddo » Mon Dec 22, 2014 5:30 am

Got you, thanks.

Post Reply