a simple question
Moderators: silvia, selimgunay, Moderators
a simple question
what is the meaning of "WARNING BandGenLinLapackSolver::solve<> -LAPACK routine returned 1", after i run the program? how to solve the problem of convergence like this?
it indicates a problem with the matrix .. which,
given the fact you are using a banded general, probably means you have a singular matrix ..
if this is occuring in the first step it means you don't have enough constraints, if during an analysis which was working and suddenly stops with this error it also means a rigid body mode, however in this case you can see what iterating with some initial stiffness iterations might do.
given the fact you are using a banded general, probably means you have a singular matrix ..
if this is occuring in the first step it means you don't have enough constraints, if during an analysis which was working and suddenly stops with this error it also means a rigid body mode, however in this case you can see what iterating with some initial stiffness iterations might do.