Search found 5 matches
- Tue Dec 22, 2015 5:42 am
- Forum: OpenSees.exe Users
- Topic: Domain changed
- Replies: 6
- Views: 6859
Re: Domain changed
Dear all, I'm also carrying out the pushover. When I run it ,a problem occured. WARNING DisplacementControl::domainChanged() - zero reference loadStaticAnalysis::setAlgorithm() - Integrator::domainChanged() failedStaticAnalysis::analyze() - domainChanged failed at step 0 of 10000 OpenSees > analyze ...
- Fri Dec 18, 2015 7:01 pm
- Forum: Framework
- Topic: ElasticPPcpp dll compiled but failed to run in OpenSees
- Replies: 22
- Views: 21192
Re: ElasticPPcpp dll compiled but failed to run in OpenSees
The newest opensees SVN do have some differences from the older one. Developer ,the sub-directory , loses some header files and source files. Also, the win32functions.cpp have some problems , such as the function of ops_getstring is overloading.
- Thu Dec 17, 2015 6:10 pm
- Forum: Framework
- Topic: ElasticPPcpp dll compiled but failed to run in OpenSees
- Replies: 22
- Views: 21192
Re: ElasticPPcpp dll compiled but failed to run in OpenSees
Instead of downloading the older version of win32functions.cpp, I changed the name of ops_getstring into ops_getstringModified .So, avoiding the problem of overloading,I could compile the ElasticPPcpp successfully.
- Tue Dec 15, 2015 9:22 pm
- Forum: Framework
- Topic: ElasticPPcpp dll compiled but failed to run in OpenSees
- Replies: 22
- Views: 21192
Re: ElasticPPcpp dll compiled but failed to run in OpenSees
Hi
I want to know the older version number so that I can use corresponding win32Functions.cpp.
Hope your advice!
I want to know the older version number so that I can use corresponding win32Functions.cpp.
Hope your advice!
- Tue Dec 15, 2015 4:26 am
- Forum: Framework
- Topic: ElasticPPcpp dll compiled but failed to run in OpenSees
- Replies: 22
- Views: 21192
Re: ElasticPPcpp dll compiled but failed to run in OpenSees
I am also building a DLL for ElasticPPcpp as demonstrated in the example with the latest Developer in Visual Studio 2012. I copied the 'EigenSOE.h' from the OpenSees/src/system_of_eqn/eigenSOE/EigenSOE.h and the 'bool.h' from the OpenSees/src/ to the opensees/developer/core. But there is an error me...