dear Vesna, plz guide me

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
setareh20
Posts: 26
Joined: Wed Mar 24, 2010 10:12 pm
Location: IIEES
Contact:

dear Vesna, plz guide me

Post by setareh20 »

Hi dear Vesna,
I want to do Gravity Analysis and the arrangement for Gravity Analysis in my model are:

constraints Penalty 10e16 10e16;
numberer RCM;
system BandGeneral;
test EnergyIncr 1.0e-5 600;
algorithm Newton;
set NstepGravity 10;
set DGravity [expr 1./$NstepGravity];
integrator LoadControl $DGravity;
analysis Static;
analyze $NstepGravity;


But I faced with the following error:

WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 1
WARNING NewtonRaphson::solveCurrentStep() -the LinearSysOfEqn failed in solve()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at load factor 0.1
OpenSees > analyze failed, returned: -3 error flag

After that, I used the different system types and different algorithm types for example SparseGEN, Umfpack and ModifiedNewton and ….. But for each of them Opensees gave me that error. Please guide me how can I eliminate the above error.
Thank you so much
Post Reply