Search found 2 matches

by tomossk
Sun Jan 09, 2022 3:14 pm
Forum: OpenSeesPy
Topic: OpenSees Dynamic API in OpenSeesPy
Replies: 2
Views: 2331

Re: OpenSees Dynamic API in OpenSeesPy

Dear Prof. Scott. Thank you for your quick reply. I think dll can call another dll. I check current OpenSees source code and add new code in SRC/interpreter/OpenSeesUniaxialMaterialCommands.cpp. (The code of dynamic loading was copied from SRC/material/uniaxial/TclModelBuilderUniaxialMaterialCommand...
by tomossk
Sat Jan 08, 2022 11:29 pm
Forum: OpenSeesPy
Topic: OpenSees Dynamic API in OpenSeesPy
Replies: 2
Views: 2331

OpenSees Dynamic API in OpenSeesPy

I'm trying to add new material in OpenSees using OpenSees Dynamic API described in https://opensees.berkeley.edu/wiki/index.php/Add_a_New_UniaxialMaterial_C%2B%2B Now I'm checking the example source saved in DEVELOPER/material/cpp/ElasticPPcpp.cpp. Original OpenSees works well as expected. However, ...