-iter in nonlinearBeamColumn element ,

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
gaohouzhi
Posts: 28
Joined: Mon Jan 11, 2010 6:44 am
Location: TsingHua University

-iter in nonlinearBeamColumn element ,

Post by gaohouzhi »

element nonlinearBeamColumn $eleTag $iNode $jNode $numIntgrPts $secTag $transfTag <-mass $massDens> <-iter $maxIters $tol> <-integration $intType>

in this command , "<-iter $maxIters $tol>" means $maxIters maximum number of iterations to undertake to satisfy element compatibility (optional, default=1) in the mannual.

My question is where can I find the theory to explain the iterations to satisfy element compatibility?

In some common papers or books , I cannt find the discriptions about iterations on element.

could you give me some direcitons about which paper I should read to make the meanings in this tcl command more clear?

Beg your help eagerly.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

maxIter is not in the papers or books .. the papers do show that the element uses a force forumulation and does internal newton like iterations to find the forces at the ends given the displacements at every step.
Post Reply