Search found 4 matches

by keqiliu
Tue Sep 20, 2016 2:43 am
Forum: OpenSees.exe Users
Topic: CentralDifference algorithm
Replies: 1
Views: 1966

CentralDifference algorithm

Dear Frank and users, I want to use "Central Difference integrator" to analyze nonlinear quesions in OpenSees. We konw, for elastic question, the material tangent is constant, and we only need compute the tangent only once if we use "Central Difference integrator". But if we want...
by keqiliu
Wed Aug 10, 2016 6:28 pm
Forum: OpenSees.exe Users
Topic: Error while using integrator CentralDifference
Replies: 2
Views: 2476

Re: Error while using integrator CentralDifference

Thanks fmk. It solved my question.
by keqiliu
Wed Aug 10, 2016 6:46 am
Forum: OpenSees.exe Users
Topic: Error while using integrator CentralDifference
Replies: 2
Views: 2476

Error while using integrator CentralDifference

I have built a simple model using CentralDifference to integrator, and it is statically determinate, but the opensees showing error that WARNING: CentralDifference::domainChanged() - assuming Ut-1 = Ut WARNING BandSPDLinLapackSolver::solve() - the LAPACK routines returned 5 WARNING Linear::solveCurr...
by keqiliu
Tue Jun 07, 2016 8:09 pm
Forum: Framework
Topic: compile opensees with 2015
Replies: 7
Views: 10262

compile opensees with 2015

Dear fmk, I want to use some features of c++11. So I was trying to use vc2015 to compile opensees, but I was faced with many compiling errors, such as "error LNK2019: unresolved external symbol vsprintf" and "error LNK2001: unresolved external symbol _iob_func". Would you kindly ...